mirror of
https://github.com/Kron4ek/Conty
synced 2025-01-29 20:34:43 +01:00
Fix url for latest squashfuse
This commit is contained in:
parent
ec9d261c2c
commit
cb4ec2c740
1 changed files with 1 additions and 1 deletions
|
@ -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/${squashfuse_version}.tar.gz
|
||||
curl -#Lo squashfuse.tar.gz https://github.com/vasi/squashfuse/archive/refs/tags/v${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
|
||||
|
|
Loading…
Add table
Reference in a new issue