Update easy-arch.sh

This commit is contained in:
Tommaso Chiti 2021-05-10 08:30:01 +02:00 committed by GitHub
parent 71a00ba404
commit 2185d29881
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ network_selector () {
echo "2) NetworkManager — Program for providing detection and configuration for systems to automatically connect to networks (both WiFi and Ethernet)."
echo "3) wpa_supplicant — It's a cross-platform supplicant with support for WEP, WPA and WPA2 (WiFi-only, a DHCP client will be automatically installed too.)"
echo "4) I will do this on my own."
read -r -p "Insert the number of the corresponding kernel: " choice
read -r -p "Insert the number of the corresponding networking utility: " choice
echo "$choice will be installed"
case $choice in
1 ) echo "Installing IWD."