mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-20 13:23:27 -07:00
Finally done
This commit is contained in:
parent
151b9ec82b
commit
97f189d91a
3 changed files with 2 additions and 2 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1 +0,0 @@
|
|||
* binary
|
|
@ -17,7 +17,6 @@ if [ \( ! -f /setup/installed64.txt -a "$MSYSTEM" == "MINGW64" \) ]; then
|
|||
sh /usr/bin/update-ca-trust
|
||||
fi
|
||||
rm /var/lib/pacman/sync/*
|
||||
sed -i 's/#XferCommand = \/usr\/bin\/wget --passive-ftp -c -O %o %u/XferCommand = \/usr\/bin\/wget --passive-ftp --tries=3 --timeout=5 -c -O %o %u/g' /etc/pacman.conf
|
||||
yes | pacman -Syuu
|
||||
else
|
||||
if [ -z "$PSSKIPRANKING" ]; then
|
||||
|
|
|
@ -9,6 +9,8 @@ check_install () {
|
|||
setup_proxspace ()
|
||||
{
|
||||
if [ "$MSYSTEM" == "MINGW64" ]; then
|
||||
sed -i 's/#XferCommand = \/usr\/bin\/wget --passive-ftp -c -O %o %u/XferCommand = \/usr\/bin\/wget --passive-ftp --tries=3 --timeout=5 -c -O %o %u/g' /etc/pacman.conf
|
||||
|
||||
for pkg in $(grep "^[^#;]" /setup/packages.txt); do
|
||||
check_install $pkg
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue