mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-24 18:21:34 -05:00
Typo Fix
This commit is contained in:
parent
7ec8b4b875
commit
71220947a7
@ -231,7 +231,7 @@ sudo systemctl restart fwupd
|
||||
# UFW Snap is strictly confined, unlike its .deb counterpart
|
||||
sudo apt purge -y ufw
|
||||
sudo snap install ufw
|
||||
echo y | sudo ufw enable
|
||||
echo 'y' | sudo ufw enable
|
||||
|
||||
unpriv curl -s https://raw.githubusercontent.com/TommyTran732/Linux-Setup-Scripts/main/etc/NetworkManager/conf.d/00-macrandomize.conf | sudo tee /etc/NetworkManager/conf.d/00-macrandomize.conf > /dev/null
|
||||
sudo chmod 644 /etc/NetworkManager/conf.d/00-macrandomize.conf
|
||||
|
@ -195,7 +195,7 @@ sudo systemctl disable systemd-resolved
|
||||
sudo apt purge -y ufw
|
||||
sudo apt install -y snapd
|
||||
sudo snap install ufw
|
||||
sudo ufw enable -y
|
||||
echo 'y' | sudo ufw enable
|
||||
sudo ufw allow SSH
|
||||
|
||||
sudo reboot
|
||||
|
Loading…
Reference in New Issue
Block a user