On Wed, Mar 30, 2016 at 11:57 AM, Alexey Pavlov <[email protected]> wrote:
>
> 30 марта 2016 г., в 11:54, anatoly techtonik <[email protected]>
> написал(а):
>
> On Wed, Mar 30, 2016 at 11:21 AM, Alexey Pavlov <[email protected]>
> wrote:
>
>
> 30 марта 2016 г., в 11:17, anatoly techtonik <[email protected]>
> написал(а):
>
> Hi,
>
> I am writing automation script for unattended MSYS2 install,
> and I need to kill the window after it hangs with the message
> "Please close this window.". However, after update the
> message is no more present in the sources, so my
> automation will become outdated with the new release. So,
> I am interested to know if it is possible to wrap a newer
> MSYS2 release with new update-core scripts? And maybe
> add a non-default option to still exit - I execute update-core
> through one shot bash session in standard cmd.exe shell,
> so I should be safe without closing any windows.
>
> If you're interested, it happens here:
> https://github.com/mingwpy/mingwpy/pull/19
>
>
>
> Today I will release «pacman « package that deprecate «update-core» script.
> See
> https://github.com/Alexpux/MSYS2-pacman/pull/26
>
>
> That was fast. Thanks. =)
>
> I am downloading MSYS2 from tar.xz following the link from
> https://sourceforge.net/p/msys2/wiki/MSYS2%20installation/
> so I depend on update-core script to be run first.
>
> Or I can just update pacman first and then rerun it instead of
> outdated update-core?
>
>
> You need update pacman first before get new feature

Great! This worked for me:

pacman -Sy --noconfirm pacman
pacman -Su

-- 
anatoly t.

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
Msys2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to