Skip to content

Instantly share code, notes, and snippets.

@zaydek-old
Created June 5, 2017 22:41
Show Gist options
  • Save zaydek-old/ce24e8f0a5c65adf6b71ed976ae7de6b to your computer and use it in GitHub Desktop.
Save zaydek-old/ce24e8f0a5c65adf6b71ed976ae7de6b to your computer and use it in GitHub Desktop.
ssh -oStrictHostKeyChecking=no root@...
\
apt update &&
apt upgrade -y &&
apt install gcc -y &&
curl -fsS https://dlang.org/install.sh | bash -s dmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment