about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2013-05-19 09:44:35 +0200
committerJuan RP <xtraeme@gmail.com>2013-05-19 09:44:35 +0200
commitcf477a7c3f3456ecbdbcd216faf71c8d46b59fb5 (patch)
tree0cac7abfd8178857dcbd42b59465fcd2c22837a6 /installer.sh.in
parent005f64904c9c5410a439df90d86b2c51e66bcc87 (diff)
downloadhrmpf-cf477a7c3f3456ecbdbcd216faf71c8d46b59fb5.tar.gz
hrmpf-cf477a7c3f3456ecbdbcd216faf71c8d46b59fb5.tar.xz
hrmpf-cf477a7c3f3456ecbdbcd216faf71c8d46b59fb5.zip
Drop wget dependency, use xbps-uhelper fetch instead.
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer.sh.in b/installer.sh.in
index 6d0898a..309df72 100644
--- a/installer.sh.in
+++ b/installer.sh.in
@@ -422,7 +422,7 @@ set_bootloader() {
 
 test_network() {
     rm -f xtraeme.asc && \
-        wget http://xbps.nopcode.org/live/xtraeme.asc >$LOG 2>&1
+        xbps-uhelper fetch http://xbps.nopcode.org/live/xtraeme.asc >$LOG 2>&1
     if [ $? -eq 0 ]; then
         DIALOG --msgbox "Network is working properly!" ${MSGBOXSIZE}
         NETWORK_DONE=1