From 86be00a01468f4c8f2657363f895b0d30a86cbaa Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 26 Oct 2023 21:42:41 +0200 Subject: [PATCH] apt-get update --- .forgejo/upgrades/test-upgrade.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/upgrades/test-upgrade.sh b/.forgejo/upgrades/test-upgrade.sh index 2d73374..2cd03f4 100755 --- a/.forgejo/upgrades/test-upgrade.sh +++ b/.forgejo/upgrades/test-upgrade.sh @@ -42,6 +42,8 @@ function log_info() { function dependencies() { maybe_sudo if ! which curl daemon jq git-lfs > /dev/null ; then + export DEBIAN_FRONTEND=noninteractive + $SUDO apt-get update -qq $SUDO apt-get install -y -qq curl daemon git-lfs jq sqlite3 gettext-base fi