mirror of
https://github.com/Kron4ek/Conty
synced 2024-11-16 19:50:06 +01:00
Update create-utils.sh
This commit is contained in:
parent
eec2ceae13
commit
c418e4df14
1 changed files with 3 additions and 3 deletions
|
@ -16,13 +16,13 @@ script_dir="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|||
build_dwarfs="${build_dwarfs:-false}"
|
||||
|
||||
squashfuse_version="0.5.2"
|
||||
bwrap_version="0.9.0"
|
||||
lz4_version="1.9.4"
|
||||
bwrap_version="0.10.0"
|
||||
lz4_version="1.10.0"
|
||||
zstd_version="1.5.6"
|
||||
squashfs_tools_version="4.6.1"
|
||||
unionfs_fuse_version="3.3"
|
||||
busybox_version="1.36.1"
|
||||
bash_version="5.2.21"
|
||||
bash_version="5.2.32"
|
||||
|
||||
export CC=clang
|
||||
export CXX=clang++
|
||||
|
|
Loading…
Reference in a new issue