bundlewrap/bundles/nfs-client/metadata.py
Franzi f6ecf2a465
All checks were successful
bundlewrap/pipeline/head This commit looks good
bundles/nfs-client: support arch linux
2021-03-11 15:24:06 +01:00

13 lines
183 B
Python

defaults = {
'apt': {
'packages': {
'nfs-common': {},
},
},
'pacman': {
'packages': {
'nfs-utils': {},
},
},
}