mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
Fix: Zerotier-One fixed missing dependency (#2147)
This commit is contained in:
parent
9f5f5f54a0
commit
6bc92a0feb
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue