mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 01:21:33 -05:00
Make sure snap is installed
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
3ff024e21b
commit
67e2496435
@ -188,6 +188,7 @@ sudo systemctl disable systemd-resolved
|
||||
|
||||
# UFW Snap is strictly confined, unlike its .deb counterpart
|
||||
sudo apt purge -y ufw
|
||||
sudo apt install -y snap
|
||||
sudo snap install ufw
|
||||
sudo ufw enable -y
|
||||
sudo ufw allow SSH
|
||||
|
Loading…
Reference in New Issue
Block a user