#!/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 (for i in $(seq 1 8); do echo start $i ; systemctl start torhsopt@$i ; sleep 10 ; done) & echo "done"