mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-03-10 07:30:28 +00:00
Linkwarden: Optimze RUST Installation (#2817)
This commit is contained in:
parent
ba00f1d302
commit
5f805ba414
@ -40,10 +40,11 @@ $STD npm install -g yarn
|
|||||||
msg_ok "Installed Node.js/Yarn"
|
msg_ok "Installed Node.js/Yarn"
|
||||||
|
|
||||||
msg_info "Installing Rust"
|
msg_info "Installing Rust"
|
||||||
$STD curl https://sh.rustup.rs -sSf | sh -s -- -y
|
wget -qL https://sh.rustup.rs
|
||||||
echo 'export PATH=/usr/local/cargo/bin:$PATH' >> /etc/profile
|
$STD bash index.html -y --profile minimal
|
||||||
chmod +x $HOME/.cargo/env
|
echo 'export PATH=~/.cargo/bin:$PATH' >>~/.bashrc
|
||||||
$HOME/.cargo/env
|
export PATH=~/.cargo/bin:$PATH
|
||||||
|
rm index.html
|
||||||
$STD cargo install monolith
|
$STD cargo install monolith
|
||||||
msg_ok "Installed Rust"
|
msg_ok "Installed Rust"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user