From ed2feef0e480841dfb9d354a4fe64292fd6ded21 Mon Sep 17 00:00:00 2001 From: Iain Samuel McLean Elder Date: Tue, 9 Apr 2024 17:16:56 +0200 Subject: [PATCH] Fix awsvpnclient installer --- programs/awsvpnclient/install.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/awsvpnclient/install.bash b/programs/awsvpnclient/install.bash index 574de117..fb624312 100755 --- a/programs/awsvpnclient/install.bash +++ b/programs/awsvpnclient/install.bash @@ -22,7 +22,7 @@ elif [[ "$dist" = "20.04" ]]; then libicu="libicu66" fi -sudo apt install "$libicu" +sudo apt install --assume-yes "$libicu" # For Docker. Installing the package starts a systemd service. if [[ $(readlink /sbin/init) != "/lib/systemd/systemd" ]]; then