Skip to content

Instantly share code, notes, and snippets.

@tpmccallum
Created November 13, 2019 04:50
Show Gist options
  • Save tpmccallum/ae60d949293ec6de928e19de4d9145e4 to your computer and use it in GitHub Desktop.
Save tpmccallum/ae60d949293ec6de928e19de4d9145e4 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get -y install apache2
sudo chown -R $USER:$USER /var/www/html
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env
rustup target add wasm32-wasi
rustup override set nightly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment