We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7078034 commit 6ad94a2Copy full SHA for 6ad94a2
1 file changed
modules/soar/soar.sh
@@ -20,7 +20,7 @@ if [[ -z "${UPGRADE_INTERVAL}" || "${UPGRADE_INTERVAL}" == "null" ]]; then
20
UPGRADE_INTERVAL="8h"
21
fi
22
23
-# Configuration for enabling additional repos (outside of 'bincache')
+# Configuration for enabling additional repos (outside of 'soarpkgs')
24
ADDITIONAL_REPOS=$(echo "${1}" | jq -r 'try .["additional-repos"]')
25
mkdir -p "/usr/share/bluebuild/soar"
26
if [[ "${ADDITIONAL_REPOS}" == "true" ]]; then
0 commit comments