From 2754f57143c7a8013fc4bd22073b9c7ad92805ef Mon Sep 17 00:00:00 2001 From: Nils Date: Fri, 25 Jun 2021 22:12:02 +0200 Subject: [PATCH] add -y --- Debian/run-deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debian/run-deb.sh b/Debian/run-deb.sh index d734863..1e5bbef 100644 --- a/Debian/run-deb.sh +++ b/Debian/run-deb.sh @@ -11,7 +11,7 @@ if [ -z "$title" ];then fi if [ -n "$pkgs" ];then apt-get update - apt-get install $pkgs + apt-get install -y $pkgs fi if [ -z "$command" ];then apt-get update