mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-03-10 07:30:28 +00:00
Update linkwarden-install.sh
This commit is contained in:
parent
6c5200d0a1
commit
48a824de07
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user