mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-21 17:11:33 -05:00
Add -y to ufw enable
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
6c1de621c5
commit
37a66b8b12
@ -226,7 +226,7 @@ sudo systemctl restart fwupd
|
||||
# UFW Snap is strictly confined, unlike its .deb counterpart
|
||||
sudo apt purge -y ufw
|
||||
sudo snap install ufw
|
||||
sudo ufw enable
|
||||
sudo ufw enable -y
|
||||
|
||||
unpriv curl 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
|
||||
sudo chmod 644 /etc/NetworkManager/conf.d/00-macrandomize.conf
|
||||
|
@ -214,7 +214,7 @@ sudo systemctl disable systemd-resolved
|
||||
# UFW Snap is strictly confined, unlike its .deb counterpart
|
||||
sudo apt purge -y ufw
|
||||
sudo snap install ufw
|
||||
sudo ufw enable
|
||||
sudo ufw enable -y
|
||||
sudo ufw allow SSH
|
||||
|
||||
sudo reboot
|
||||
|
Loading…
Reference in New Issue
Block a user