Skip to content

Commit

Permalink
feat: Switch to apt-get and add autoremove command in default config
Browse files Browse the repository at this point in the history
  • Loading branch information
matbme committed Jan 2, 2024
1 parent f4b7141 commit 2b3e36c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes.container/usr/share/abroot/abroot.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"name": "vanilla-os/core",
"tag": "main",

"iPkgMngAdd": "apt install -y",
"iPkgMngRm": "apt remove -y",
"iPkgMngAdd": "apt-get install -y",
"iPkgMngRm": "apt-get remove -y --autoremove",
"iPkgMngApi": "https://packages.vanillaos.org/api/pkg/{packageName}",

"differURL": "https://differ.vanillaos.org",
Expand Down

0 comments on commit 2b3e36c

Please sign in to comment.