Update linkwarden-install.sh

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

View File

@ -40,8 +40,10 @@ $STD npm install -g yarn
msg_ok "Installed Node.js/Yarn"
msg_info "Installing Rust"
$STD curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
$STD curl https://sh.rustup.rs -sSf | sh -s -- -y
echo 'export PATH=/usr/local/cargo/bin:$PATH' >> /etc/profile
chmod +x $HOME/.cargo/env
$HOME/.cargo/env
$STD cargo install monolith
msg_ok "Installed Rust"