Skip to content

Commit

Permalink
Update create-utils.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek committed Mar 29, 2024
1 parent 62814cd commit 3a00bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tar xf busybox.tar.bz2
tar xf bash.tar.gz

if [ "${build_dwarfs}" != "true" ]; then
curl -#Lo squashfuse.tar.gz https://github.com/vasi/squashfuse/archive/refs/tags/v${squashfuse_version}.tar.gz
curl -#Lo squashfuse.tar.gz https://github.com/vasi/squashfuse/archive/refs/tags/${squashfuse_version}.tar.gz
curl -#Lo sqfstools.tar.gz https://github.com/plougher/squashfs-tools/archive/refs/tags/${squashfs_tools_version}.tar.gz

tar xf squashfuse.tar.gz
Expand Down

0 comments on commit 3a00bb9

Please sign in to comment.