Skip to content

Commit 26673c8

Browse files
committed
feat: Switch to apt-get and add autoremove command in default config
1 parent 34c4fda commit 26673c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/abroot.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
"iPkgMngPre": "lpkg --unlock",
1212
"iPkgMngPost": "lpkg --lock",
13-
"iPkgMngAdd": "apt install -y",
14-
"iPkgMngRm": "apt remove -y",
13+
"iPkgMngAdd": "apt-get install -y",
14+
"iPkgMngRm": "apt-get remove -y --autoremove",
1515
"iPkgMngApi": "https://packages.vanillaos.org/api/pkg/{packageName}",
1616

1717
"differURL": "https://differ.vanillaos.org",

0 commit comments

Comments
 (0)