File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1414# Always review and understand scripts from external sources prior to execution.
1515
1616export bin_source=${1:- https:// github.com/ daxgames/ pacman-for-git/ raw/ refs/ heads/ main}
17+ export HOME=$( cygpath -u " $USERPROFILE " )
18+ echo " Using binary source: $bin_source "
19+ echo " Using HOME directory: $HOME "
1720
1821if [[ " $HOSTTYPE " == " i686" ]]; then
1922 pacman=(
@@ -87,7 +90,7 @@ mkdir -p /var/lib/pacman
8790ln -sf " $( which gettext) " /usr/bin/
8891pacman-key --init
8992pacman-key --populate msys2
90- pacman -Syu --noconfirm
93+ pacman -Syu --noconfirm --disable-download-timeout
9194echo -e " \n=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-\n"
9295
9396echo =-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
You can’t perform that action at this time.
0 commit comments