Drop wget dependency, use xbps-uhelper fetch instead.

This commit is contained in:
Juan RP 2013-05-19 09:44:35 +02:00
parent 005f64904c
commit cf477a7c3f
1 changed files with 1 additions and 1 deletions

View File

@ -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