Skip to content

Instantly share code, notes, and snippets.

@sergey-melnychuk
Last active May 14, 2019 19:51
Show Gist options
  • Save sergey-melnychuk/7efabdc4631a79c01ab82842f5a91140 to your computer and use it in GitHub Desktop.
Save sergey-melnychuk/7efabdc4631a79c01ab82842f5a91140 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt update
sudo apt upgrade -y
sudo apt install -y git
sudo apt install -y gcc
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment