1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/torrelay_ynh.git synced 2024-09-03 20:26:36 +02:00

Update manifest.toml: fix bookworm compat?

This commit is contained in:
Alexandre Aubin 2024-05-15 09:08:06 +02:00 committed by GitHub
parent 3807e04857
commit dd546ea1b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -58,6 +58,6 @@ ram.runtime = "50M"
[resources.apt]
packages = "apt-transport-https obfs4proxy"
extras.tor.repo = "deb https://deb.torproject.org/torproject.org bullseye main"
extras.tor.repo = "deb https://deb.torproject.org/torproject.org __YNH_DEBIAN_VERSION__ main"
extras.tor.key = "https://deb.torproject.org/torproject.org/A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89.asc"
extras.tor.packages = "tor tor-geoipdb deb.torproject.org-keyring"