Browse Source

[#40458] scripts: install dependencies: Removed installing Servis twice

check-vt100
Marcelina Oset 3 years ago
parent
commit
f613d202fe
  1. 1
      scripts/install_dependencies.sh

1
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
Loading…
Cancel
Save