1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00

Remove extra space

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-04-28 12:18:44 -07:00
parent b60c44327e
commit a6a3c40ee5
Signed by: Tomster
GPG Key ID: 555C902A34EC968F
2 changed files with 0 additions and 2 deletions

View File

@ -262,7 +262,6 @@ elif [ "${MACHINE_TYPE}" == 'aarch64' ]; then
fi fi
# Setup Networking # Setup Networking
sudo hostnamectl hostname 'localhost' sudo hostnamectl hostname 'localhost'
sudo hostnamectl --transient hostname '' sudo hostnamectl --transient hostname ''
sudo firewall-cmd --set-default-zone=block sudo firewall-cmd --set-default-zone=block

View File

@ -262,7 +262,6 @@ elif [ "${MACHINE_TYPE}" == 'aarch64' ]; then
fi fi
# Setup Networking # Setup Networking
sudo firewall-cmd --set-default-zone=block sudo firewall-cmd --set-default-zone=block
sudo firewall-cmd --permanent --add-service=dhcpv6-client sudo firewall-cmd --permanent --add-service=dhcpv6-client
sudo firewall-cmd --reload sudo firewall-cmd --reload