diff options
| -rw-r--r-- | abs/core/update81-82.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/abs/core/update81-82.sh b/abs/core/update81-82.sh index f1c6d96..60c1a02 100644 --- a/abs/core/update81-82.sh +++ b/abs/core/update81-82.sh @@ -26,7 +26,7 @@ fi  echo "Downloading filesystem and glibc for later use, please wait" -wget -q http://linhes.org/repo/x86_64/filesystem-itermediate.pkg.tar.xz -O filesystem-itermediate.pkg.tar.xz  +curl -o filesystem-itermediate.pkg.tar.xz http://linhes.org/repo/x86_64/filesystem-itermediate.pkg.tar.xz  rc=$?  if [ $rc != 0 ]  then @@ -36,7 +36,7 @@ else      echo "Filesystem pkg downloaded"  fi -wget -q http://linhes.org/repo/x86_64/core-testing/glibc-2.18-11-x86_64.pkg.tar.xz -O glibc-2.18-11-x86_64.pkg.tar.xz +curl -o glibc-2.18-11-x86_64.pkg.tar.xz http://linhes.org/repo/x86_64/core-testing/glibc-2.18-11-x86_64.pkg.tar.xz  rc=$?  if [ $rc != 0 ]  then | 
