This commit is contained in:
Nils 2021-06-25 22:12:02 +02:00
parent 703eb8fa15
commit 2754f57143
Signed by: byreqz
GPG Key ID: 396A62D7D436749E
1 changed files with 1 additions and 1 deletions

View File

@ -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