parent
666a971a03
commit
ad8e8b4492
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue