mirror of
https://github.com/Kron4ek/Conty
synced 2025-01-13 20:01:41 +01:00
Generate info file
This commit is contained in:
parent
575e7f4662
commit
e93724cb01
1 changed files with 7 additions and 0 deletions
|
@ -60,6 +60,13 @@ fi
|
|||
|
||||
find utils -type f -exec strip --strip-unneeded {} \; 2>/dev/null
|
||||
|
||||
cat <<EOF > utils/info
|
||||
squashfuse ${squashfuse_version}
|
||||
bubblewrap ${bwrap_version}
|
||||
lz4 ${lz4_version}
|
||||
zstd ${zstd_version}
|
||||
EOF
|
||||
|
||||
tar -cf utils.tar utils
|
||||
mv "${script_dir}"/utils.tar "${script_dir}"/utils_old.tar
|
||||
mv utils.tar "${script_dir}"
|
||||
|
|
Loading…
Reference in a new issue