diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index b3c74be..4a0a562 100644 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -3,5 +3,4 @@ apt -qqy update > /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 git+https://github.com/antmicro/servis ln -s $(realpath sargraph.py) /usr/bin/sargraph \ No newline at end of file