From c047565b0a2e35b5b8c6f7d43c1c28d7b2fb67c8 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Tue, 5 Dec 2023 13:28:08 +0100 Subject: [PATCH] remove apt upgrade --- scripts/debian/1-install-deps.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/debian/1-install-deps.sh b/scripts/debian/1-install-deps.sh index da20607..d0d2907 100755 --- a/scripts/debian/1-install-deps.sh +++ b/scripts/debian/1-install-deps.sh @@ -3,7 +3,6 @@ set -ex apt-get update -y -apt-get upgrade -y apt-get install -y liblua5.3-0 liblua5.3-dev apt-get install -y curl zip unzip tar