fix network in setup

This commit is contained in:
Tobias Powalowski 2023-07-12 19:16:50 +02:00
parent 94d91f9ff2
commit 02b51a027f

View file

@ -150,10 +150,10 @@ _configure_vconsole() {
} }
_configure_network() { _configure_network() {
if [[ -e /usr/bin/net ]]; then if [[ -e /usr/bin/network ]]; then
net && _NEXTITEM="2" network && _NEXTITEM="2"
elif [[ -e /usr/bin/archboot-net.sh ]]; then elif [[ -e /usr/bin/archboot-network.sh ]]; then
archboot-tz.sh && _NEXTITEM="2" archboot-network.sh && _NEXTITEM="2"
else else
_dialog --msgbox "Error:\nnet script not found, aborting network configuration" 0 0 _dialog --msgbox "Error:\nnet script not found, aborting network configuration" 0 0
fi fi