From 287253da0aca55e8084373003a3a7744d5dfe2ed Mon Sep 17 00:00:00 2001 From: Iam54r1n4 Date: Tue, 4 Feb 2025 21:19:14 +0000 Subject: [PATCH] Add -y to install a program --- core/scripts/webpanel/webpanel_shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/webpanel/webpanel_shell.sh b/core/scripts/webpanel/webpanel_shell.sh index 41b3879..016f51a 100644 --- a/core/scripts/webpanel/webpanel_shell.sh +++ b/core/scripts/webpanel/webpanel_shell.sh @@ -16,7 +16,7 @@ install_dependencies() { # Update package index again with Caddy repo sudo apt update -y > /dev/null 2>&1 - apt install libnss3-tools > /dev/null 2>&1 + apt install libnss3-tools -y > /dev/null 2>&1 # Install Caddy sudo apt install -y caddy