unsymlink_bundles #2

Merged
stillbeben merged 14 commits from unsymlink_bundles into main 2021-12-21 16:51:44 +00:00
2 changed files with 4 additions and 12 deletions
Showing only changes of commit e40d504cc2 - Show all commits

View file

@ -1,3 +1,7 @@
pkg_apt = {
'sudo': {},
}
groups = {
'sudo': {},
}

View file

@ -1,12 +0,0 @@
defaults = {
'apt': {
'packages': {
'sudo': {},
},
},
'pacman': {
'packages': {
'sudo': {},
},
},
}