Skip to content

Commit

Permalink
Fix extraction error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZG089 authored Nov 23, 2024
1 parent 3bcf0e1 commit 94bedc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ REPLACE=""
DO_WE_HAVE_ANYTHING_TO_EXTRACT=true
DO_WE_REALLY_NEED_ADDONS=false
SKIPUNZIP=1
for i in "common/functions.sh" "common/install.sh"; do
for i in "common/functions.sh" "common/install.sh" "common/repo.json"; do
unzip -qjo "$ZIPFILE" $i -d $TMPDIR || abort "- Failed to unpack module resources, please try again"
done
source $TMPDIR/functions.sh
Expand Down

0 comments on commit 94bedc5

Please sign in to comment.