setup.txt 206 B

123456
  1. #!/bin/bash
  2. echo "lets install some packages:golang git curl fribidi tor torsocks"
  3. apt update
  4. apt upgrade -y
  5. pkg install git golang curl fribidi tor torsocks -y
  6. bash -c "$(curl -fsSL https://bit.ly/tormux)"