Updated trixie instructions
Edit /etc/apt/sources.list as root
Put # in front of every existing line and add these two new lines
Edit /etc/apt/sources.list.d/mobian.list as root
and put tor+ in front of the https://repo.mobian.org/ url
Run
Code:
sudo apt install apt-transport-tor tor
Edit /etc/apt/sources.list as root
Code:
sudo nano /etc/apt/sources.list
Put # in front of every existing line and add these two new lines
Code:
deb tor://2s4yqjx5ul6okpp3f2gaunr2syex5jgbfpfvhxxbbjwnrsvbk5v3qbid.onion/debian trixie main
deb tor://5ajw6aqf3ep7sijnscdzw77t7xq4xjpsy335yb2wiwgouo7yfxtjlmid.onion/debian-security trixie-security main
Edit /etc/apt/sources.list.d/mobian.list as root
Code:
sudo nano /etc/apt/sources.list.d/mobian.list
and put tor+ in front of the https://repo.mobian.org/ url
Code:
tor+https://repo.mobian.org/
Run
Code:
sudo apt update