Fix typo
This commit is contained in:
@@ -20,7 +20,7 @@ install_python_apt_source() {
|
|||||||
apt_install_prerequisites() {
|
apt_install_prerequisites() {
|
||||||
# Install prerequisites and useful tools
|
# Install prerequisites and useful tools
|
||||||
apt-get update
|
apt-get update
|
||||||
#apt-get install -y apt-fast
|
apt-get install -y apt-fast
|
||||||
apt-fast install -y jq whois build-essential git docker docker-compose unzip mongodb-org python3.6 python3.6-dev
|
apt-fast install -y jq whois build-essential git docker docker-compose unzip mongodb-org python3.6 python3.6-dev
|
||||||
# Install pip for Python 3.6
|
# Install pip for Python 3.6
|
||||||
curl https://bootstrap.pypa.io/get-pip.py | sudo -H python3.6
|
curl https://bootstrap.pypa.io/get-pip.py | sudo -H python3.6
|
||||||
|
|||||||
Reference in New Issue
Block a user