fix Resolve Rust source issues in some install-scripts

This commit is contained in:
Javier Ruiz Ramos 2024-08-07 12:13:58 +02:00
parent bcbb37a87e
commit d8cb82681d
3 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -3,9 +3,7 @@
# SWWW - Wallpaper Utility #
swww=(
cargo
liblz4-dev
rustc
)
#specific branch or release

View File

@ -4,7 +4,6 @@
depend=(
librust-jpeg-decoder-dev
cargo
)
#specific branch or release