Skip to content

Commit bc7cf72

Browse files
committed
trixie: apt: Fix yunohost.sources to ensure it's identical to the one from regen-conf
1 parent ec654ac commit bc7cf72

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

trixie

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -597,14 +597,14 @@ function setup_package_source() {
597597
components="$components testing unstable"
598598
fi
599599

600-
local deb_sources="
600+
local deb_sources="\
601601
Types: deb
602-
URIs: http://repo.yunohost.org/debian/
602+
URIs: https://repo.yunohost.org/debian/
603603
Suites: trixie
604604
Components: $components
605605
Signed-By: /usr/share/keyrings/yunohost-trixie.gpg
606606
"
607-
echo "$deb_sources" > /etc/apt/sources.list.d/yunohost.sources
607+
echo -n "$deb_sources" > yunohost.sources
608608

609609
# Add YunoHost repository key to the keyring
610610
curl --fail --silent https://repo.yunohost.org/keys/yunohost_trixie.asc | gpg -o /usr/share/keyrings/yunohost-trixie.gpg --dearmor

0 commit comments

Comments
 (0)