mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-10 17:34:41 +00:00
Update linkwarden-install.sh
This commit is contained in:
parent
48a824de07
commit
367dc0d78f
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue