tor_multipath_voip/scripts/2021/torhs.init

8 lines
301 B
Plaintext
Raw Normal View History

2021-01-28 09:38:21 +00:00
#!/bin/bash
apt-get update -y -qq
apt-get upgrade -y -qq
apt-get install -y ca-certificates wget
wget https://gitlab.inria.fr/qdufour/donar/-/raw/master/scripts/2021/install.sh?inline=false -O - | bash
2021-01-28 09:58:36 +00:00
(for i in $(seq 1 8); do echo start $i ; systemctl start torhs@$i ; sleep 10 ; done) &
2021-01-28 09:38:21 +00:00
echo "done"