New default packages

This commit is contained in:
Sonny 2017-08-13 08:06:17 +02:00
parent 81a47408b7
commit c56a524693

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Debian containers only # Debian containers only
# ca-certificates needed in order to clone from github # ca-certificates needed in order to clone from github
PACKAGES="ca-certificates vim git dbus less " PACKAGES="ca-certificates vim git dbus less locales man-db "
REPO=https://github.com/SonnyBA/dotfiles.git REPO=https://github.com/SonnyBA/dotfiles.git
if [ $EUID != 0 ]; then if [ $EUID != 0 ]; then