Actually, going to wait a little longer

This commit is contained in:
idk
2022-02-22 00:01:01 -05:00
parent 75ca84a92b
commit 1e21935b2a

View File

@ -106,6 +106,9 @@ func main() {
usage()
}
flag.Parse()
if *clearnet {
*mirror = "http://dist.torproject.org/torbrowser/"
}
tbget.WORKING_DIR = *directory
if filename == "i2pbrowser" {
log.Println("Starting I2P in Tor Browser")