We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832996d commit 0b19c95Copy full SHA for 0b19c95
module/common/repo.json common/repo.jsonmodule/common/repo.json renamed to common/repo.json
module/customize.sh
@@ -2,7 +2,7 @@ REPLACE=""
2
DO_WE_HAVE_ANYTHING_TO_EXTRACT=true
3
DO_WE_REALLY_NEED_ADDONS=false
4
SKIPUNZIP=1
5
-for i in "common/functions.sh" "common/install.sh" common/repo.json"; do
+for i in "common/functions.sh" "common/install.sh"; do
6
unzip -qjo "$ZIPFILE" $i -d $TMPDIR || abort "- Failed to unpack module resources, please try again"
7
done
8
source $TMPDIR/functions.sh
0 commit comments