From 6e3e96cfd4bdb6248da8963a3789ce32759e10cb Mon Sep 17 00:00:00 2001 From: Scott Hain Date: Thu, 30 Nov 2017 15:55:56 -0800 Subject: [PATCH] Don't update pacman Signed-off-by: Scott Hain --- config/software/msys2core.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/software/msys2core.rb b/config/software/msys2core.rb index 525f9c62..01204273 100644 --- a/config/software/msys2core.rb +++ b/config/software/msys2core.rb @@ -54,8 +54,10 @@ # run msys2_shell once so it can set up its internals and quit command "#{base_shell_cmd} \"exit\"" - # run msys2_shell to update pacman - command "#{base_shell_cmd} \"pacman -Sy pacman --noconfirm\"", env: env + # TODO: DON'T UPDATE PACMAN as of 11/30/16 this causes all following pacman + # commands to return 127 + # # run msys2_shell to update pacman + # command "#{base_shell_cmd} \"pacman -Sy pacman --noconfirm\"", env: env # run msys2_shell to update system packages command "#{base_shell_cmd} \"pacman -Syuu --noconfirm\"", env: env # run msys2_shell to update the rest of the packages