We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56771eb commit 7b90cc9Copy full SHA for 7b90cc9
setup.sh
@@ -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