Fix: Zerotier-One fixed missing dependency (#2147)

This commit is contained in:
Slaviša Arežina 2025-02-07 21:45:45 +01:00 committed by GitHub
parent 9f5f5f54a0
commit 6bc92a0feb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,8 @@ msg_info "Installing Dependencies"
$STD apt-get install -y \
curl \
mc \
sudo
sudo \
gnupg
msg_ok "Installed Dependencies"
msg_info "Setting up Zerotier-One"