Created
June 5, 2017 22:41
-
-
Save zaydek-old/ce24e8f0a5c65adf6b71ed976ae7de6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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