From f613d202fe71618c2880c82645eb0db8f9dfa040 Mon Sep 17 00:00:00 2001 From: Marcelina Oset Date: Thu, 5 Jan 2023 17:20:31 +0100 Subject: [PATCH] [#40458] scripts: install dependencies: Removed installing Servis twice --- scripts/install_dependencies.sh | 1 - 1 file changed, 1 deletion(-) 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