tor_multipath_voip/scripts/2021/torhs.yml

12 lines
285 B
YAML
Raw Normal View History

2021-01-28 09:17:49 +00:00
package_update: true
packages:
- ca-certificates
- wget
2021-01-28 09:07:41 +00:00
runcmd:
2021-01-28 09:17:49 +00:00
- 'wget https://gitlab.inria.fr/qdufour/donar/-/raw/master/scripts/2021/install.sh?inline=false -O - | bash'
- 'for i in $(seq 1 8); do echo start $i ; systemctl start torfone@$i ; done '
2021-01-28 09:07:41 +00:00
final_message: "done"