installer: fix typos
This commit is contained in:
parent
a3bfcc4f44
commit
e112786c02
@ -292,13 +292,13 @@ start_KlipperScreen()
|
|||||||
|
|
||||||
install_network_manager()
|
install_network_manager()
|
||||||
{
|
{
|
||||||
if [ -z "$NETOWRK" ]; then
|
if [ -z "$NETWORK" ]; then
|
||||||
echo "Press enter for default (Yes)"
|
echo "Press enter for default (Yes)"
|
||||||
read -r -e -p "Insall NetworkManager for the network panel [Y/n]" NETOWRK
|
read -r -e -p "Install NetworkManager for the network panel [Y/n]" NETWORK
|
||||||
if [[ $NETOWRK =~ ^[nN]$ ]]; then
|
if [[ $NETWORK =~ ^[nN]$ ]]; then
|
||||||
echo_error "Not insalling NetworkManager for the network panel"
|
echo_error "Not installing NetworkManager for the network panel"
|
||||||
else
|
else
|
||||||
echo_ok "Insalling NetworkManager for the network panel"
|
echo_ok "Installing NetworkManager for the network panel"
|
||||||
sudo apt install network-manager
|
sudo apt install network-manager
|
||||||
sudo systemctl -q disable dhcpcd 2> /dev/null
|
sudo systemctl -q disable dhcpcd 2> /dev/null
|
||||||
sudo systemctl -q stop dhcpcd 2> /dev/null
|
sudo systemctl -q stop dhcpcd 2> /dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user