Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed May 5, 2015
1 parent c9c0e2a commit 9b5fee5
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,13 @@ if [ "$OS" == "debian" ] ; then
DEBIAN_FRONTEND='noninteractive' apt-get install -y build-essential python-pip python-dev python-lxml libffi-dev libssl-dev libjpeg-dev libpng-dev uuid-dev python-dbus python-augeas || exit 1
fi

echo ":: Installing Ajenti"

if ! which pip; then
easy_install pip
fi

echo ":: Upgrading PIP"
rm /usr/lib/python2.7/dist-packages/setuptools.egg-info || true # for debian 7
easy_install -U pip
pip install 'setuptools>=0.6rc11'
pip install 'pip>=6'

echo ":: Installing Ajenti"
`which pip` install ajenti-panel ajenti.plugin.dashboard ajenti.plugin.settings ajenti.plugin.plugins ajenti.plugin.notepad ajenti.plugin.terminal ajenti.plugin.filemanager ajenti.plugin.packages ajenti.plugin.services || exit 1

# ----------------
Expand Down

0 comments on commit 9b5fee5

Please sign in to comment.