Created
January 5, 2020 05:17
-
-
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
This file contains 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
#!/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