mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-09-25 21:57:15 +02:00
fix: review feedback
This commit is contained in:
@@ -14,13 +14,11 @@ network_check
|
|||||||
update_os
|
update_os
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y \
|
$STD apt install -y \
|
||||||
build-essential \
|
build-essential
|
||||||
python3
|
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
NODE_VERSION="22" setup_nodejs
|
NODE_VERSION="22" setup_nodejs
|
||||||
|
|
||||||
fetch_and_deploy_gh_release "flame" "pawelmalak/flame" "tarball"
|
fetch_and_deploy_gh_release "flame" "pawelmalak/flame" "tarball"
|
||||||
|
|
||||||
msg_info "Setting up Flame"
|
msg_info "Setting up Flame"
|
||||||
|
|||||||
Reference in New Issue
Block a user