forgor zstd

This commit is contained in:
askiiart 2025-03-24 13:28:26 -05:00
parent 666a971a03
commit ad8e8b4492
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -22,7 +22,7 @@ fi
## get source and build
# get build deps
apt install gcc libclang-dev v4l-utils libv4l-dev libudev-dev libvulkan-dev libdbus-1-dev -y
apt install gcc libclang-dev v4l-utils libv4l-dev libudev-dev libvulkan-dev libdbus-1-dev zstd -y # zstd is for archive creation
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. ~/.cargo/env
@ -45,4 +45,4 @@ cd $wluma_archive
tar --zstd -cf $built_dir/$program_name.tar.zst .
echo $version >$version_file
echo "$program_name updated to $version"
echo "$program_name updated to $version"