mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-14 11:49:16 +00:00
Fix: Zerotier-One fixed missing dependency (#2147)
This commit is contained in:
parent
9f5f5f54a0
commit
6bc92a0feb
@ -16,7 +16,8 @@ msg_info "Installing Dependencies"
|
|||||||
$STD apt-get install -y \
|
$STD apt-get install -y \
|
||||||
curl \
|
curl \
|
||||||
mc \
|
mc \
|
||||||
sudo
|
sudo \
|
||||||
|
gnupg
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Setting up Zerotier-One"
|
msg_info "Setting up Zerotier-One"
|
||||||
|
Loading…
Reference in New Issue
Block a user