5 changed files with 6 additions and 2 deletions
@ -1,4 +1,4 @@ |
|||
#!/bin/bash |
|||
# You need squeeze-backports if you run this on squeeze! |
|||
apt-get install -y libzmq-dev libffi-dev |
|||
pip install pyzmq msgpack-python pynacl pyyaml |
|||
pip install pyzmq msgpack-python pynacl pyyaml psutil |
|||
|
@ -0,0 +1,2 @@ |
|||
apt-get install -y python python-dev && wget cryto.net/~joepie91/pipfix.sh && chmod +x pipfix.sh && ./pipfix.sh |
|||
adduser --system --shell /bin/bash --group monitor && apt-get install -y git; su -c "cd ~; git clone https://github.com/joepie91/cryto-status.git" monitor && /home/monitor/cryto-status/deps.sh |
Loading…
Reference in new issue