mirror of https://github.com/antmicro/sargraph.git
1 changed files with 1 additions and 1 deletions
@ -1,7 +1,7 @@ |
|||||||
#!/bin/bash |
#!/bin/bash |
||||||
|
|
||||||
apt -qqy update > /dev/null |
apt -qqy update > /dev/null |
||||||
apt -qqy install --no-install-recommends screen sysstat gnuplot-nox python3 python3-pip stress coreutils > /dev/null |
apt -qqy install --no-install-recommends screen sysstat gnuplot-nox python3 python3-pip git stress coreutils > /dev/null |
||||||
pip install -r requirements.txt |
pip install -r requirements.txt |
||||||
pip install git+https://github.com/antmicro/servis |
pip install git+https://github.com/antmicro/servis |
||||||
ln -s $(realpath sargraph.py) /usr/bin/sargraph |
ln -s $(realpath sargraph.py) /usr/bin/sargraph |
||||||
Loading…
Reference in new issue