This commit is contained in:
pika 2025-05-11 17:51:43 +02:00
parent 090aaff8e6
commit f9d74b1a44

View file

@ -38,7 +38,7 @@
echo_info "Installing build dependencies.." echo_info "Installing build dependencies.."
local deps=(git xdg-output liblz4-dev wayland-protocols) local deps=(git xdg-output liblz4-dev wayland-protocols)
echo "DEBUG: Installing ${deps[@]}" echo "DEBUG: Installing ${deps[@]}"
checkAndInstall "${deps}" checkAndInstall "${deps[@]}"
if ! command_exists cargo; then if ! command_exists cargo; then
curl --proto '=https' --tlsv1.2 -sSf "https://sh.rustup.rs" | sh curl --proto '=https' --tlsv1.2 -sSf "https://sh.rustup.rs" | sh