Update install/openziti-tunnel-install.sh

Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
Edward Moscardini 2025-03-20 16:57:35 -04:00 committed by GitHub
parent e14466eadd
commit 71c8e00992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,9 +14,10 @@ network_check
update_os update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt-get install -y curl $STD apt-get install -y \
$STD apt-get install -y mc curl \
$STD apt-get install -y gpg mc \
gpg
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing openziti" msg_info "Installing openziti"