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

Homar: Fix missing curl dependency (#1238)

This commit is contained in:
CanbiZ 2025-01-04 18:17:19 +01:00 committed by GitHub
parent 67cdc35d02
commit 5967a7f496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,7 @@ msg_info "Installing Dependencies"
$STD apt-get install -y \ $STD apt-get install -y \
sudo \ sudo \
mc \ mc \
curl \
ca-certificates \ ca-certificates \
gnupg \ gnupg \
make \ make \