From d8cb82681da47548c1e96877974f66ddc7dfceed Mon Sep 17 00:00:00 2001 From: Javier Ruiz Ramos Date: Wed, 7 Aug 2024 12:13:58 +0200 Subject: [PATCH] fix Resolve Rust source issues in some install-scripts --- install-scripts/00-dependencies.sh | 1 + install-scripts/swww.sh | 2 -- install-scripts/wallust.sh | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/install-scripts/00-dependencies.sh b/install-scripts/00-dependencies.sh index 7032a9b..f2371de 100755 --- a/install-scripts/00-dependencies.sh +++ b/install-scripts/00-dependencies.sh @@ -181,6 +181,7 @@ sudo apt update # Install Rust curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y source $HOME/.cargo/env +export PATH="$HOME/.cargo/bin:$PATH" # Ensure the Rust environment source line is in .bashrc if ! grep -q 'source $HOME/.cargo/env' ~/.bashrc; then diff --git a/install-scripts/swww.sh b/install-scripts/swww.sh index b47dc96..4321fef 100755 --- a/install-scripts/swww.sh +++ b/install-scripts/swww.sh @@ -3,9 +3,7 @@ # SWWW - Wallpaper Utility # swww=( -cargo liblz4-dev -rustc ) #specific branch or release diff --git a/install-scripts/wallust.sh b/install-scripts/wallust.sh index bcedb11..59925df 100755 --- a/install-scripts/wallust.sh +++ b/install-scripts/wallust.sh @@ -4,7 +4,6 @@ depend=( librust-jpeg-decoder-dev -cargo ) #specific branch or release