mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-08 21:13:28 +02:00
9 lines
278 B
YAML
9 lines
278 B
YAML
---
|
|
|
|
- name: FreeBSD / HardenedBSD | Install prerequisites
|
|
raw: sleep 10 && env ASSUME_ALWAYS_YES=YES sudo pkg install -y python27
|
|
|
|
- name: FreeBSD / HardenedBSD | Configure defaults
|
|
raw: sudo ln -sf /usr/local/bin/python2.7 /usr/bin/python2.7
|
|
|
|
- include: facts/FreeBSD.yml
|