mirror of
https://github.com/byReqz/gotty-docker.git
synced 2025-07-29 03:32:42 +00:00
add -y
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user