Skip to content

Instantly share code, notes, and snippets.

@dapize
Created January 5, 2020 05:17
Show Gist options
  • Save dapize/4d57c85356ba1a3572d0b254490075f5 to your computer and use it in GitHub Desktop.
Save dapize/4d57c85356ba1a3572d0b254490075f5 to your computer and use it in GitHub Desktop.
Instalador de dependencias para el script download_google_drive installer: https://github.com/chentinghao/download_google_drive
#!/bin/bash
apt-get -y install aptitude
aptitude -y install build-essential checkinstall
aptitude -y install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev
aptitude -y install python2.7
git clone https://github.com/chentinghao/download_google_drive.git
aptitude -y install python-pip
pip install requests
pip install tqdm
echo "listo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment