1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-28 05:10:17 +00:00

Cronicle: add missing gnupg package (#3323)

This commit is contained in:
CanbiZ 2025-03-22 06:56:32 +01:00 committed by GitHub
parent 48614f4f71
commit 6fcd21a7b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,8 @@ msg_info "Installing Dependencies"
$STD apt-get install -y \
curl \
sudo \
mc
mc \
gnupg
msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository"