We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe8e2f commit ce76ebcCopy full SHA for ce76ebc
misc/build.func
@@ -1237,6 +1237,7 @@ check_container_storage() {
1237
}
1238
1239
start() {
1240
+ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func)
1241
LOGDIR="/usr/local/community-scripts/logs"
1242
mkdir -p "$LOGDIR"
1243
misc/install.func
@@ -214,7 +214,8 @@ EOF
214
215
msg_info "Installing core dependencies"
216
$STD apt-get update
217
- $STD apt-get install -y sudo curl mc
+ $STD apt-get install -y sudo curl mc gnupg2
218
219
msg_ok "Core dependencies installed"
220
221
0 commit comments