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 9b5fee5 commit 03b8eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ 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 -U distribute setuptools

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 03b8eb7

Please sign in to comment.