tor_multipath_voip/scripts/2021/torhs.yml
2021-01-28 10:17:49 +01:00

12 lines
285 B
YAML

package_update: true
packages:
- ca-certificates
- wget
runcmd:
- '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 '
final_message: "done"