Skip to content

Commit

Permalink
Update ubuntu-vm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
syselement committed Apr 30, 2024
1 parent d414ca4 commit 7a48581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operating-systems/linux/distros/ubuntu-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ sudo timedatectl set-timezone Europe/Rome
gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'

# DISABLE AUTOMATIC UPDATES
sed -i 's/1";/0";/' /etc/apt/apt.conf.d/20auto-upgrades
sudo sed -i 's/1";/0";/' /etc/apt/apt.conf.d/20auto-upgrades
sudo systemctl disable apt-daily{,-upgrade}.timer
sudo systemctl mask apt-daily{,-upgrade}.service

Expand Down

0 comments on commit 7a48581

Please sign in to comment.