install-32: change arm64 to armhf

pull/406/head
Botspot 3 years ago committed by GitHub
parent a3eb1b9381
commit 9c62c25e7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save