Update linkwarden-install.sh

This commit is contained in:
CanbiZ 2025-03-04 10:49:58 +01:00 committed by GitHub
parent 6c5200d0a1
commit 48a824de07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,9 +41,7 @@ msg_ok "Installed Node.js/Yarn"
msg_info "Installing Rust" msg_info "Installing Rust"
$STD curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y $STD curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
echo 'export PATH=/usr/local/cargo/bin:$PATH' >> /etc/profile echo 'export PATH=/usr/local/cargo/bin:$PATH' >> /etc/profile
source /etc/profile
$STD cargo install monolith $STD cargo install monolith
msg_ok "Installed Rust" msg_ok "Installed Rust"