Drop wget dependency, use xbps-uhelper fetch instead.
This commit is contained in:
parent
005f64904c
commit
cf477a7c3f
@ -422,7 +422,7 @@ set_bootloader() {
|
|||||||
|
|
||||||
test_network() {
|
test_network() {
|
||||||
rm -f xtraeme.asc && \
|
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
|
if [ $? -eq 0 ]; then
|
||||||
DIALOG --msgbox "Network is working properly!" ${MSGBOXSIZE}
|
DIALOG --msgbox "Network is working properly!" ${MSGBOXSIZE}
|
||||||
NETWORK_DONE=1
|
NETWORK_DONE=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user