aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install_deps.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh
index 7458fa8b..4e75ac62 100755
--- a/scripts/install_deps.sh
+++ b/scripts/install_deps.sh
@@ -167,7 +167,6 @@ case $(uname -s) in
# See https://pkgs.alpinelinux.org/
apk update
- apk upgrade
apk add boost-dev build-base cmake jsoncpp-dev
;;