try to automate rustup
This commit is contained in:
parent
c79b38e1e8
commit
15112b5808
1 changed files with 1 additions and 1 deletions
2
dev.bash
2
dev.bash
|
@ -34,7 +34,7 @@ main() {
|
||||||
systemctl --user start syncthing
|
systemctl --user start syncthing
|
||||||
systemctl --user enable syncthing
|
systemctl --user enable syncthing
|
||||||
|
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||||
|
|
||||||
cargo install \
|
cargo install \
|
||||||
division_of_one \
|
division_of_one \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue