Преглед на файлове

Drop wget dependency, use xbps-uhelper fetch instead.

Juan RP преди 12 години
родител
ревизия
cf477a7c3f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      installer.sh.in

+ 1 - 1
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