diff --git a/apps/Tor Browser/description b/apps/Tor Browser/description new file mode 100644 index 0000000..f67b1e5 --- /dev/null +++ b/apps/Tor Browser/description @@ -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. diff --git a/apps/Tor Browser/icon-24.png b/apps/Tor Browser/icon-24.png new file mode 100644 index 0000000..fac678b Binary files /dev/null and b/apps/Tor Browser/icon-24.png differ diff --git a/apps/Tor Browser/icon-64.png b/apps/Tor Browser/icon-64.png new file mode 100644 index 0000000..4381075 Binary files /dev/null and b/apps/Tor Browser/icon-64.png differ diff --git a/apps/Tor Browser/install-32 b/apps/Tor Browser/install-32 new file mode 100755 index 0000000..04ed961 --- /dev/null +++ b/apps/Tor Browser/install-32 @@ -0,0 +1,23 @@ +#!/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 +} + +wget https://sourceforge.net/projects/tor-browser-ports/files/10.0.4-armhf/tor-browser-linux-armhf-10.0.4_en-US.tar.xz/download -O tor.tar.xz || error "Failed to download!" + +tar -xf ~/tor.tar.xz || error "Failed to extract!" + +echo "[Desktop Entry] +Type=Application +Name=Tor Browser +GenericName=Web Browser +Comment=Tor Browser is +1 for privacy and −1 for mass surveillance +Categories=Network;WebBrowser;Security; +Exec=$HOME/tor-browser_en-US/Browser/start-tor-browser +X-TorBrowser-ExecShell=./Browser/start-tor-browser --detach +Icon=$(dirname "$0")/icon-64.png +StartupWMClass=Tor Browser" > ~/.local/share/applications/tor.desktop diff --git a/apps/Tor Browser/install-64 b/apps/Tor Browser/install-64 new file mode 100755 index 0000000..1178409 --- /dev/null +++ b/apps/Tor Browser/install-64 @@ -0,0 +1,23 @@ +#!/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 +} + +wget https://sourceforge.net/projects/tor-browser-ports/files/10.0.4-arm64/tor-browser-linux-arm64-10.0.4_en-US.tar.xz/download -O tor.tar.xz || error "Failed to download!" + +tar -xf ~/tor.tar.xz || error "Failed to extract!" + +echo "[Desktop Entry] +Type=Application +Name=Tor Browser +GenericName=Web Browser +Comment=Tor Browser is +1 for privacy and −1 for mass surveillance +Categories=Network;WebBrowser;Security; +Exec=$HOME/tor-browser_en-US/Browser/start-tor-browser +X-TorBrowser-ExecShell=./Browser/start-tor-browser --detach +Icon=$(dirname "$0")/icon-64.png +StartupWMClass=Tor Browser" > ~/.local/share/applications/tor.desktop diff --git a/apps/Tor Browser/uninstall b/apps/Tor Browser/uninstall new file mode 100755 index 0000000..18ae990 --- /dev/null +++ b/apps/Tor Browser/uninstall @@ -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 diff --git a/apps/Tor Browser/website b/apps/Tor Browser/website new file mode 100644 index 0000000..fb97c1b --- /dev/null +++ b/apps/Tor Browser/website @@ -0,0 +1 @@ +https://sourceforge.net/projects/tor-browser-ports/files/