diff options
author | Juan RP <xtraeme@gmail.com> | 2013-05-19 09:44:35 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2013-05-19 09:44:35 +0200 |
commit | cf477a7c3f3456ecbdbcd216faf71c8d46b59fb5 (patch) | |
tree | 0cac7abfd8178857dcbd42b59465fcd2c22837a6 | |
parent | 005f64904c9c5410a439df90d86b2c51e66bcc87 (diff) | |
download | hrmpf-cf477a7c3f3456ecbdbcd216faf71c8d46b59fb5.tar.gz hrmpf-cf477a7c3f3456ecbdbcd216faf71c8d46b59fb5.tar.xz hrmpf-cf477a7c3f3456ecbdbcd216faf71c8d46b59fb5.zip |
Drop wget dependency, use xbps-uhelper fetch instead.
-rw-r--r-- | installer.sh.in | 2 |
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 |