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