|
|
@ -7,7 +7,7 @@ function error {
|
|
|
|
exit 1
|
|
|
|
exit 1
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
wget https://sourceforge.net/projects/tor-browser-ports/files/10.5/tor-browser-linux-armhf-10.5_en-US.tar.xz/download -O tor.tar.xz || error "Failed to download!"
|
|
|
|
wget https://sourceforge.net/projects/tor-browser-ports/files/10.5.5/tor-browser-linux-armhf-10.5.5_en-US.tar.xz/download -O tor.tar.xz || error "Failed to download!"
|
|
|
|
|
|
|
|
|
|
|
|
tar -xf ~/tor.tar.xz || error "Failed to extract!"
|
|
|
|
tar -xf ~/tor.tar.xz || error "Failed to extract!"
|
|
|
|
|
|
|
|
|
|
|
|