Skip to content

Instantly share code, notes, and snippets.

@lukaszlach
Last active May 18, 2019 21:18
Show Gist options
  • Save lukaszlach/a8cb29a704286678cf693ba212e4d8bc to your computer and use it in GitHub Desktop.
Save lukaszlach/a8cb29a704286678cf693ba212e4d8bc to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# Infoshare 2019 VPS
# curl -sSfL lach.dev/is19-vps-sh | bash
curl -sSfL get.docker.com | bash
curl -L "https://github.com/docker/compose/releases/download/1.24.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
apt-get install -y \
bash curl wget make jq net-tools procps htop vim git
curl -sSfL lach.dev/is19 | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment