Last active
September 6, 2017 16:59
-
-
Save dakira/fc0ad88569d36159769a to your computer and use it in GitHub Desktop.
Basic provisioning for Ubuntu 16.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
apt update && apt -y full-upgrade | |
apt-get install -y joe-jupp mosh byobu software-properties-common \ | |
php7.0-intl php7.0-ldap php7.0-mcrypt php7.0-zip php7.0-soap \ | |
python-setuptools python-simplejson python-imaging python-mysqldb python-flup \ | |
language-pack-de language-pack-en | |
update-locale LANG=de_DE.UTF-8 LC_MESSAGES=POSIX |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment