mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
dirty fix #148
This commit is contained in:
parent
abafe1581c
commit
d558781473
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: Install prerequisites
|
||||
raw: sudo apt-get update -qq && sudo apt-get install -qq -y python2.7
|
||||
raw: sleep 10 && sudo apt-get update -qq && sudo apt-get install -qq -y python2.7
|
||||
|
||||
- name: Configure defaults
|
||||
raw: sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1
|
||||
|
|
Loading…
Add table
Reference in a new issue