Add more frequently used packages by default

This commit is contained in:
Kris Lamoureux 2020-09-04 02:43:40 -04:00
parent 05fea8708b
commit 0fcd79040e
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -3,10 +3,13 @@ network_type: static
allow_reboot: true allow_reboot: true
packages: packages:
- cryptsetup
- curl - curl
- htop - htop
- jq
- kpartx - kpartx
- rsync - rsync
- screen - screen
- tree
- vim - vim
- wget - wget