Compare commits

...

1 Commits

Author SHA1 Message Date
MickLesk 843a19ad2d openziti-controller: prevent apt hang on postinst TTY prompt 2026-08-10 17:42:20 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ function update_script() {
fi
msg_info "Updating $APP LXC"
$STD apt update
$STD apt -y upgrade
$STD apt -y upgrade </dev/null
msg_ok "Updated $APP LXC"
msg_ok "Updated successfully!"
exit
+1 -1
View File
@@ -24,7 +24,7 @@ Components: main
Signed-By: /usr/share/keyrings/openziti.gpg
EOF
$STD apt update
$STD apt install -y openziti-controller openziti-console
$STD apt install -y openziti-controller openziti-console </dev/null
msg_ok "Installed openziti"
read -r -p "${TAB3}Would you like to go through the auto configuration now? <y/N>" prompt