tor-browser

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

tba-fetch-deps.sh (292B)


      1 #!/bin/bash
      2 
      3 echo -e "\033[1;33mThis file is deprecated.\033[0m"
      4 echo "Run ./mach bootstrap and/or define options in your mozconfig from now on."
      5 echo "See documentation at: https://gitlab.torproject.org/tpo/applications/wiki/-/wikis/Development-Information/Firefox-Android/Building"
      6 
      7 exit 1