From 7159e81de1425c918a81b7b5ddda4e873a44dae0 Mon Sep 17 00:00:00 2001 From: James Hodgkinson <james@terminaloutcomes.com> Date: Tue, 8 Apr 2025 14:18:46 +1000 Subject: [PATCH] fix: don't need cargo-cross anymore --- scripts/install_ubuntu_dependencies.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/install_ubuntu_dependencies.sh b/scripts/install_ubuntu_dependencies.sh index 61833e3c2..b97776c23 100755 --- a/scripts/install_ubuntu_dependencies.sh +++ b/scripts/install_ubuntu_dependencies.sh @@ -73,10 +73,6 @@ if [ -z "$(which cargo)" ]; then ERROR=1 fi -if [ $ERROR -eq 0 ] && [ -z "$(which cross)" ]; then - echo "You don't have cross installed! Installing it now..." - cargo install -f cross -fi if [ $ERROR -eq 0 ] && [ -z "$(which cargo-deb)" ]; then echo "You don't have cargo-deb installed! Installing it now..." cargo install -f cargo-deb