fix: review feedback

This commit is contained in:
Tobias
2026-06-29 09:08:12 +02:00
committed by GitHub
parent 5ca40c966b
commit be1cf8ef49
+2 -4
View File
@@ -14,13 +14,11 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
build-essential \
python3
$STD apt install -y \
build-essential
msg_ok "Installed Dependencies"
NODE_VERSION="22" setup_nodejs
fetch_and_deploy_gh_release "flame" "pawelmalak/flame" "tarball"
msg_info "Setting up Flame"