From b46b91670e7637bdb1eaf89f70dfcbeb61e7100a Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Wed, 1 Oct 2014 17:22:10 +0000
Subject: update81-82.sh: use curl instead of wget as some systems don't have
 wget installed

---
 abs/core/update81-82.sh | 4 ++--
 1 file 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
-- 
cgit v0.12