mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-14 11:31:04 +01:00
Removed wifi setup
This commit is contained in:
parent
d7ca557383
commit
421f96ad12
@ -453,23 +453,6 @@ if [ "$os" != "manjaro" ]
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
question "Do you want to setup Wifi on the device?(y/N)" && read -r setup_wifi
|
|
||||||
if [ "$setup_wifi" = "y" ]
|
|
||||||
then
|
|
||||||
question "Please type in the ssid:" && read -r ssid
|
|
||||||
question "Please type in the psk:" && read -r psk
|
|
||||||
case "$os" in
|
|
||||||
"retropie")
|
|
||||||
wifi_file="$boot_mount_path""wifikeyfile.txt" &&
|
|
||||||
echo "ssid=\"$ssid\"" > "$wifi_file" &&
|
|
||||||
echo "psk=\"$psk\"" >> "$wifi_file" || error
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
warning "Wifi setting for operation system \"$os\" is not supported yet. Skipped."
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
|
|
||||||
info "Running system specific procedures..."
|
info "Running system specific procedures..."
|
||||||
if [ "$os" = "retropie" ]
|
if [ "$os" = "retropie" ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user