Skip to content

Commit 5886ea4

Browse files
committed
add paths into build.func and install.func
1 parent e5656c6 commit 5886ea4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

misc/build.func

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,6 +1237,7 @@ check_container_storage() {
12371237
}
12381238

12391239
start() {
1240+
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func)
12401241
LOGDIR="/usr/local/community-scripts/logs"
12411242
mkdir -p "$LOGDIR"
12421243

misc/install.func

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ EOF
214214

215215
msg_info "Installing core dependencies"
216216
$STD apt-get update
217-
$STD apt-get install -y sudo curl mc
217+
$STD apt-get install -y sudo curl mc gnupg2
218+
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/tools.func)
218219
msg_ok "Core dependencies installed"
219220
}
220221

0 commit comments

Comments
 (0)