We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba00f1d commit 5f805baCopy full SHA for 5f805ba
install/linkwarden-install.sh
@@ -40,10 +40,11 @@ $STD npm install -g yarn
40
msg_ok "Installed Node.js/Yarn"
41
42
msg_info "Installing Rust"
43
-$STD curl https://sh.rustup.rs -sSf | sh -s -- -y
44
-echo 'export PATH=/usr/local/cargo/bin:$PATH' >> /etc/profile
45
-chmod +x $HOME/.cargo/env
46
-$HOME/.cargo/env
+wget -qL https://sh.rustup.rs
+$STD bash index.html -y --profile minimal
+echo 'export PATH=~/.cargo/bin:$PATH' >>~/.bashrc
+export PATH=~/.cargo/bin:$PATH
47
+rm index.html
48
$STD cargo install monolith
49
msg_ok "Installed Rust"
50
0 commit comments