summaryrefslogtreecommitdiffstats
path: root/abs/core/update81-82.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-10-01 17:22:10 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-10-01 17:22:10 (GMT)
commitb46b91670e7637bdb1eaf89f70dfcbeb61e7100a (patch)
tree5cd4d7581371504f5815cf0a8b77c134cbeb7caf /abs/core/update81-82.sh
parent673c045f6d88e17938c25c3fd4a0a78ea0cf0ee7 (diff)
downloadlinhes_pkgbuild-b46b91670e7637bdb1eaf89f70dfcbeb61e7100a.zip
linhes_pkgbuild-b46b91670e7637bdb1eaf89f70dfcbeb61e7100a.tar.gz
linhes_pkgbuild-b46b91670e7637bdb1eaf89f70dfcbeb61e7100a.tar.bz2
update81-82.sh: use curl instead of wget as some systems don't have wget installed
Diffstat (limited to 'abs/core/update81-82.sh')
-rw-r--r--abs/core/update81-82.sh4
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