mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
fix Resolve Rust source issues in some install-scripts
This commit is contained in:
parent
bcbb37a87e
commit
d8cb82681d
@ -181,6 +181,7 @@ sudo apt update
|
|||||||
# Install Rust
|
# Install Rust
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
source $HOME/.cargo/env
|
source $HOME/.cargo/env
|
||||||
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
# Ensure the Rust environment source line is in .bashrc
|
# Ensure the Rust environment source line is in .bashrc
|
||||||
if ! grep -q 'source $HOME/.cargo/env' ~/.bashrc; then
|
if ! grep -q 'source $HOME/.cargo/env' ~/.bashrc; then
|
||||||
|
|||||||
@ -3,9 +3,7 @@
|
|||||||
# SWWW - Wallpaper Utility #
|
# SWWW - Wallpaper Utility #
|
||||||
|
|
||||||
swww=(
|
swww=(
|
||||||
cargo
|
|
||||||
liblz4-dev
|
liblz4-dev
|
||||||
rustc
|
|
||||||
)
|
)
|
||||||
|
|
||||||
#specific branch or release
|
#specific branch or release
|
||||||
|
|||||||
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
depend=(
|
depend=(
|
||||||
librust-jpeg-decoder-dev
|
librust-jpeg-decoder-dev
|
||||||
cargo
|
|
||||||
)
|
)
|
||||||
|
|
||||||
#specific branch or release
|
#specific branch or release
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user