Skip to content

Commit 7b90cc9

Browse files
committed
added setup.sh
1 parent 56771eb commit 7b90cc9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: setup.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Run this script when setting up your account on Lunaserver
2+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
3+
. "$HOME/.cargo/env"
4+
cargo install cargo-make
5+
echo "setup.sh completed successfully. Please close this terminal and open a new one."

0 commit comments

Comments
 (0)