Skip to content

Commit

Permalink
Disable snap auto refresh (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjacobelli authored Jul 25, 2024
1 parent 4f930e8 commit 15d5fb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions linux/installers/apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ sudo apt install -y \
sudo systemctl disable --now unattended-upgrades
echo 'APT::Periodic::Update-Package-Lists "0";' | sudo tee /etc/apt/apt.conf.d/20auto-upgrades
echo 'APT::Periodic::Unattended-Upgrade "0";' | sudo tee -a /etc/apt/apt.conf.d/20auto-upgrades

# Disable snap auto refresh
sudo snap refresh --hold

0 comments on commit 15d5fb7

Please sign in to comment.