mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-08-15 09:06:11 +02:00
PatchMon: add ssg-content (#16481)
* patchmon: fetch SCAP Security Guide content, bump disk default * patchmon: simplify SCAP content fetch with &&/|| chaining * patchmon: use fetch_and_deploy_gh_release for SCAP content * Reintroduce fetch_and_deploy_gh_release for ssg-content
This commit is contained in:
committed by
GitHub
parent
b183bcc64e
commit
91dd24f38c
+2
-1
@@ -9,7 +9,7 @@ APP="PatchMon"
|
||||
var_tags="${var_tags:-monitoring}"
|
||||
var_cpu="${var_cpu:-2}"
|
||||
var_ram="${var_ram:-2048}"
|
||||
var_disk="${var_disk:-4}"
|
||||
var_disk="${var_disk:-8}"
|
||||
var_os="${var_os:-debian}"
|
||||
var_version="${var_version:-13}"
|
||||
var_arm64="${var_arm64:-yes}"
|
||||
@@ -76,6 +76,7 @@ EOF
|
||||
|
||||
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "PatchMon" "PatchMon/PatchMon" "singlefile" "latest" "/opt/patchmon" "patchmon-server-linux-$(arch_resolve)"
|
||||
mv /opt/patchmon/PatchMon /opt/patchmon/patchmon-server
|
||||
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "ssg-content" "ComplianceAsCode/content" "prebuild" "latest" "/opt/patchmon/ssg-content" "scap-security-guide-*.tar.gz"
|
||||
|
||||
restore_backup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user