mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Update Ubuntu-22.04-Desktop.sh
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
4f295ce789
commit
67a942b662
@ -38,6 +38,16 @@ rm -rf /etc/chrony/chrony.conf
|
||||
sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony/chrony.conf
|
||||
sudo systemctl restart chronyd
|
||||
|
||||
# Disable automount
|
||||
echo '[org/gnome/desktop/media-handling]
|
||||
automount=false
|
||||
automount-open=false' | sudo tee /etc/dconf/db/local.d/automount-disable
|
||||
|
||||
echo 'org/gnome/desktop/media-handling/automount
|
||||
org/gnome/desktop/media-handling/automount-open' | sudo tee /etc/dconf/db/local.d/locks/automount-disable
|
||||
|
||||
sudo dconf update
|
||||
|
||||
#Setup UFW
|
||||
sudo ufw enable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user