diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index cb90f8d..b3c74be 100644 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -1,7 +1,7 @@ #!/bin/bash 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 git+https://github.com/antmicro/servis ln -s $(realpath sargraph.py) /usr/bin/sargraph \ No newline at end of file