Add Tor app
parent
8dec0c35ca
commit
793d767472
@ -0,0 +1 @@
|
||||
The Tor Browser is a web broswer that anonymizes your web traffic using the Tor network, making it easy to protect your identity online.
|
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.7 KiB |
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
|
||||
|
||||
function error {
|
||||
echo -e "\\e[91m$1\\e[39m"
|
||||
exit 1
|
||||
}
|
||||
|
||||
rm -r /home/pi/tor-browser_en-US
|
||||
rm ~/.local/share/applications/tor.desktop
|
@ -0,0 +1 @@
|
||||
https://sourceforge.net/projects/tor-browser-ports/files/
|
Loading…
Reference in New Issue