Skip to content

Commit

Permalink
Update extract-iso.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hipposen authored Mar 24, 2024
1 parent 0deef2e commit 5fff518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/extract-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ rm -R -f "$ISO_EXTRACTED_DIR"
mkdir -p "$ISO_EXTRACTED_DIR"
log "Extract iso to $ISO_EXTRACTED_DIR"
7z x -o"$ISO_EXTRACTED_DIR" "$BUILD_DIR/$ISO_FILENAME"
rm -R -f "$BUILD_DIR/$ISO_FILENAME"

0 comments on commit 5fff518

Please sign in to comment.