Skip to content

Instantly share code, notes, and snippets.

@andreferraro
Created July 23, 2015 05:48
Show Gist options
  • Save andreferraro/a0371421e248e8158223 to your computer and use it in GitHub Desktop.
Save andreferraro/a0371421e248e8158223 to your computer and use it in GitHub Desktop.
#/bin/bash
cd
wget http://repo.ajenti.org/debian/key -O- | apt-key add -
echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" >> /etc/apt/sources.list
apt-get update
apt-get install ajenti -y
apt-get install ajenti-v ajenti-v-nginx ajenti-v-mysql ajenti-v-php-fpm php5-mysql ajenti-v-ftp-pureftpd -y
service ajenti restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment