Skip to content

Commit

Permalink
Adjust the unzip command
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Mar 10, 2022
1 parent 3988313 commit d15ee9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ refactor_files() {

# Unzip the relevant files
tar -xJf "${armbian_path}/boot-common.tar.xz" -C ${tag_bootfs}
tar -xzf "${armbian_path}/firmware.tar.xz" -C ${tag_rootfs}/usr
tar -xJf "${armbian_path}/firmware.tar.xz" -C ${tag_rootfs}/usr

# Copy the same files of the release for ROOTFS
[[ "$(ls ${configfiles_path}/files 2>/dev/null | wc -w)" -ne "0" ]] && cp -rf ${configfiles_path}/files/* ${tag_rootfs}
Expand Down

0 comments on commit d15ee9c

Please sign in to comment.