mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Use Snap UFW
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
1a068356fe
commit
35ae283440
@ -49,6 +49,9 @@ org/gnome/desktop/media-handling/automount-open' | sudo tee /etc/dconf/db/local.
|
||||
sudo dconf update
|
||||
|
||||
#Setup UFW
|
||||
#UFW Snap is strictly confined, unlike its .deb counterpart
|
||||
sudo apt purge -y ufw
|
||||
sudo snap install ufw
|
||||
sudo ufw enable
|
||||
|
||||
#Disable crash reports
|
||||
|
Loading…
Reference in New Issue
Block a user