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