mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-09 06:43:25 +01:00
Refactor dependency installation to use multi-line format
This commit is contained in:
committed by
GitHub
parent
38c551cfef
commit
0a95f7a7f5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user