Skip to content

Commit db34ec6

Browse files
authored
Update install.sh
fixes confirm / no confirm
1 parent e33df5b commit db34ec6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ci/msys2/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function usage {
1515
}
1616

1717
# Analyse script arguments
18-
confirm="--confirm"
18+
confirm="--noconfirm"
1919
msystem=""
2020
while [[ $# > 0 ]] ; do
2121
arg=$1
@@ -41,5 +41,5 @@ done
4141
$ROOT/scripts/msys2/install_dependencies.sh $confirm
4242
$ROOT/scripts/msys2/download_libs.sh --silent $msystem
4343
if [[ $MINGW_PACKAGE_PREFIX ]]; then
44-
pacman -S --noconfirm $MINGW_PACKAGE_PREFIX-ccache
44+
pacman -S $confirm $MINGW_PACKAGE_PREFIX-ccache
4545
fi

0 commit comments

Comments
 (0)