Przeglądaj źródła

Drop wget dependency, use xbps-uhelper fetch instead.

Juan RP 12 lat temu
rodzic
commit
cf477a7c3f
1 zmienionych plików z 1 dodań i 1 usunięć
  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