Skip to content

Instantly share code, notes, and snippets.

@slinkyvagabond
Created February 7, 2016 07:42
Show Gist options
  • Save slinkyvagabond/ee0d4ae76a4b3d2e7dcc to your computer and use it in GitHub Desktop.
Save slinkyvagabond/ee0d4ae76a4b3d2e7dcc to your computer and use it in GitHub Desktop.
A WIP script to automate initial setup of my servers...
#!/bin/sh
LIST_OF_APPS="nginx mariadb-server mariadb-client php5 php5-fpm php5-mysql php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-sqlite php5-tidy php5-xmlrpc php5-xsl minidlna openjdk-8-jdk amd64-microcode build-essential deluged deluge-webui pptpd openssl"
apt-get update
apt-get install -y aptitude
aptitude update
aptitude -y upgrade
aptitude install -y $LIST_OF_APPS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment