Skip to content

Commit b3f59e5

Browse files
committed
trixie: Ooops, write yunohost.sources at the right location
Fixes bc7cf72
1 parent 224ff89 commit b3f59e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trixie

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ Suites: trixie
604604
Components: $components
605605
Signed-By: /usr/share/keyrings/yunohost-trixie.gpg
606606
"
607-
echo -n "$deb_sources" > yunohost.sources
607+
echo -n "$deb_sources" > /etc/apt/sources.list.d/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)