mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
updated swww.sh
This commit is contained in:
parent
5cd440d19c
commit
e1693f1ba3
@ -49,6 +49,14 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# install new rust
|
||||||
|
# Define environment variables for non-interactive installation
|
||||||
|
export RUSTUP_INIT_SKIP_PATH_CHECK=yes
|
||||||
|
export RUSTUP_INIT_SKIP_CONFIRMATION=yes
|
||||||
|
|
||||||
|
# Download and execute the Rust installer script, automatically answering "yes" to all prompts
|
||||||
|
curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path 2>&1 | tee -a "$LOG" || true
|
||||||
|
|
||||||
# Proceed with the rest of the installation steps
|
# Proceed with the rest of the installation steps
|
||||||
source "$HOME/.cargo/env" || true
|
source "$HOME/.cargo/env" || true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user