tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ubuntu2404-test-system-setup.sh (124B)


      1 #!/usr/bin/env bash
      2 
      3 set -ve
      4 
      5 test "$(whoami)" == 'root'
      6 
      7 # Cleanup
      8 cd /
      9 rm -rf /setup ~/.ccache ~/.cache ~/.npm
     10 rm -f "$0"