This commit is contained in:
Tommaso Chiti 2021-11-08 20:15:38 +01:00
parent 96b047eaf6
commit 233ae169d1

View file

@ -96,8 +96,7 @@ network_selector () {
print "Enabling dhcpcd." print "Enabling dhcpcd."
systemctl enable dhcpcd --root=/mnt &>/dev/null systemctl enable dhcpcd --root=/mnt &>/dev/null
;; ;;
5 ) 5 ) ;;
;;
* ) print "You did not enter a valid selection." * ) print "You did not enter a valid selection."
network_selector network_selector
esac esac