Skip to content

Instantly share code, notes, and snippets.

@Myl0g
Created May 8, 2020 02:27
Show Gist options
  • Save Myl0g/bd013ad8fde849eb96a934c4bcfe0175 to your computer and use it in GitHub Desktop.
Save Myl0g/bd013ad8fde849eb96a934c4bcfe0175 to your computer and use it in GitHub Desktop.
#! /usr/bin/env bash
set -e
sudo apt-get install git -y
git clone https://github.com/myl0g/umdio.git --depth=1
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo apt-get install -y libffi-dev libssl-dev python3 python3-pip
sudo pip3 install docker-compose
cd umdio
sudo docker-compose up
chmod +x ./umdio.sh
echo "!!!!!!!!! DONE !!!!!!!!!!!!"
echo "Now execute umdio.sh with the scrape command"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment