Skip to content

Commit

Permalink
feat(wsl/etc/apt/apt.conf.d): auto upgrades apt packages (#874)
Browse files Browse the repository at this point in the history
* feat(wsl/etc/apt/apt.conf.d): auto upgrades apt packages

* fix(wsl/install.sh): disable apt related operations for local debug

* Revert "fix(wsl/install.sh): disable apt related operations for local debug"

This reverts commit 2d4a6ec.
  • Loading branch information
risu729 authored Nov 20, 2024
1 parent c733bef commit 9e480a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wsl/etc/apt/apt.conf.d/51unattended-upgrades
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// ref: https://github.com/mvo5/unattended-upgrades/blob/master/README.md

Unattended-Upgrade::Origins-Pattern {
// auto upgrades all packages
"origin=*";
};

0 comments on commit 9e480a4

Please sign in to comment.