From c68cbf18067303f6b71d493686a37e07bb69f4e3 Mon Sep 17 00:00:00 2001 From: Christian Hagenest Date: Fri, 17 May 2024 17:02:53 +0200 Subject: [PATCH] Update scripts/dovecot/build-obs.sh Co-authored-by: missytake --- scripts/dovecot/build-obs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dovecot/build-obs.sh b/scripts/dovecot/build-obs.sh index 4be0e7b9..cb393eaf 100644 --- a/scripts/dovecot/build-obs.sh +++ b/scripts/dovecot/build-obs.sh @@ -2,7 +2,7 @@ # Install dependencies echo "Installing dependencies for this script:" -sudo apt install devscripts build-essential osc curl git debhelper-compat +sudo apt install -y devscripts build-essential osc curl git debhelper-compat # Define path of your local OBS repository OBS_PATH=$SCRIPT_DIR/obs