From cf477a7c3f3456ecbdbcd216faf71c8d46b59fb5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 19 May 2013 09:44:35 +0200 Subject: Drop wget dependency, use xbps-uhelper fetch instead. --- installer.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer.sh.in') 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 -- cgit 1.4.1