소스 검색

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