Skip to content

Commit

Permalink
install more plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Apr 6, 2015
1 parent 6e2d872 commit f200a17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ run:
rundev:
cd ajenti-panel && ./ajenti-panel -v --autologin --plugins ../plugins --dev

rundevlogin:
cd ajenti-panel && ./ajenti-panel -v --plugins ../plugins --dev

clean:
find | grep \.pyc | xargs rm

Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ echo ":: Upgrading PIP"
rm /usr/lib/python2.7/dist-packages/setuptools.egg-info || true # for debian 7
pip install 'setuptools>=0.6rc11'
pip install 'pip>=6'
`which pip` install ajenti-panel ajenti.plugin.dashboard ajenti.plugin.settings ajenti.plugin.plugins || exit 1
`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 f200a17

Please sign in to comment.