This commit is contained in:
Deleted user 2018-05-23 16:10:09 +00:00 committed by GitHub
commit cb19b71686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
---
- name: Ubuntu | Install prerequisites
raw: sleep 10 && sudo apt-get update -qq && sudo apt-get install -qq -y python2.7
raw: sleep 10 && sudo rm -rf /var/lib/apt/lists/* && sudo apt-get clean && sudo apt-get update -qq && sudo apt-get install -qq -y python2.7
- name: Ubuntu | Configure defaults
raw: sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1