1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-19 01:38:07 +00:00

Fix: add gnupg to installed dependencies (#349)

This commit is contained in:
Erfan Samandarian 2024-11-19 17:23:45 +11:00 committed by GitHub
parent 42785dbbc8
commit 82d287959e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,8 @@ $STD apt-get install -y \
mc \ mc \
make \ make \
postgresql \ postgresql \
cargo cargo \
gnupg
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository" msg_info "Setting up Node.js Repository"