Refactor dependency installation to use multi-line format

This commit is contained in:
CanbiZ (MickLesk)
2026-02-07 21:03:44 +01:00
committed by GitHub
parent 38c551cfef
commit 0a95f7a7f5

View File

@@ -14,7 +14,9 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y git ansible
$STD apt install -y \
git \
ansible
msg_ok "Installed Dependencies"
fetch_and_deploy_gh_release "semaphore" "semaphoreui/semaphore" "binary" "latest" "/opt/semaphore" "semaphore_*_linux_amd64.deb"