mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-26 11:12:48 +02:00
5 lines
216 B
YAML
5 lines
216 B
YAML
- name: Install prerequisites
|
|
raw: 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
|