buh
This commit is contained in:
parent
6c65742786
commit
c79b38e1e8
1 changed files with 3 additions and 1 deletions
4
dev.bash
4
dev.bash
|
@ -14,7 +14,6 @@ main() {
|
||||||
sudo apt-get install -y extrepo
|
sudo apt-get install -y extrepo
|
||||||
|
|
||||||
sudo extrepo enable \
|
sudo extrepo enable \
|
||||||
syncthing \
|
|
||||||
torproject
|
torproject
|
||||||
|
|
||||||
sudo apt-get install -y \
|
sudo apt-get install -y \
|
||||||
|
@ -32,6 +31,9 @@ main() {
|
||||||
shellcheck \
|
shellcheck \
|
||||||
syncthing
|
syncthing
|
||||||
|
|
||||||
|
systemctl --user start 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 -- --default-toolchain stable
|
||||||
|
|
||||||
cargo install \
|
cargo install \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue