Skip to content
Snippets Groups Projects
Commit 19ad6d1d authored by emmapeel's avatar emmapeel :robot:
Browse files

Merge branch 'bug_291' into 'main'

Point relay operators on armhf to Debian backports as well

Closes #291

See merge request tpo/web/support!97
parents 16c274ac 6f301d33
No related branches found
No related tags found
No related merge requests found
......@@ -24,11 +24,11 @@ The package repository offers `amd64`, `arm64`, and `i386` binaries. Verify your
It should output either `amd64`, `arm64`, or `i386`. The repository does not support other CPU architectures.
> **Note on Raspbian:** The package repository does not offer 32-bit ARM architecture (`armhf`) images. You should either [build Tor from source](https://community.torproject.org/onion-services/setup/install/#installing-tor-from-source), or install the version Debian offers.
> **Note on Raspbian:** The package repository does not offer 32-bit ARM architecture (`armhf`) images (yet). You should either install the version Debian offers (make sure to check out Debian backports, too, as that one has often a more up-to-date Tor package), or [build Tor from source](https://community.torproject.org/onion-services/setup/install/#installing-tor-from-source).
#### 1. Install `apt-transport-https`
To enable all package managers using the libapt-pkg library to access metadata and packages available in sources accessible over https (Hypertext Transfer Protocol Secure).
To enable all package managers using the libapt-pkg library to access metadata and packages available in sources accessible over https (Hypertext Transfer Protocol Secure).
```
# apt install apt-transport-https
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment