chore: replace helper-scripts.com with community-scripts.com

Update all active references from helper-scripts.com (and
Helper-Scripts.com) to community-scripts.com across scripts, function
files, workflows, tools, VM scripts, and README.
Historical changelog entries are left unchanged.
This commit is contained in:
MickLesk
2026-03-23 21:58:15 +01:00
parent 283e762b83
commit 76117d3b69
33 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ cat <<EOF >/opt/semaphore/config.json
"access_key_encryption": "${SEM_KEY}"
}
EOF
$STD semaphore user add --admin --login admin --email admin@helper-scripts.com --name Administrator --password "${SEM_PW}" --config /opt/semaphore/config.json
$STD semaphore user add --admin --login admin --email admin@community-scripts.com --name Administrator --password "${SEM_PW}" --config /opt/semaphore/config.json
echo "${SEM_PW}" >~/semaphore.creds
msg_ok "Setup Semaphore"