mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 03:31:33 -05:00
Remove extra space
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
b60c44327e
commit
a6a3c40ee5
@ -262,7 +262,6 @@ elif [ "${MACHINE_TYPE}" == 'aarch64' ]; then
|
||||
fi
|
||||
|
||||
# Setup Networking
|
||||
|
||||
sudo hostnamectl hostname 'localhost'
|
||||
sudo hostnamectl --transient hostname ''
|
||||
sudo firewall-cmd --set-default-zone=block
|
||||
|
@ -262,7 +262,6 @@ elif [ "${MACHINE_TYPE}" == 'aarch64' ]; then
|
||||
fi
|
||||
|
||||
# Setup Networking
|
||||
|
||||
sudo firewall-cmd --set-default-zone=block
|
||||
sudo firewall-cmd --permanent --add-service=dhcpv6-client
|
||||
sudo firewall-cmd --reload
|
||||
|
Loading…
Reference in New Issue
Block a user