Skip to content

Commit 5e83159

Browse files
committed
trixie repo and keys now exist
1 parent b9a30fe commit 5e83159

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trixie

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ function setup_package_source() {
580580

581581
# Debian repository
582582

583-
local CUSTOMDEB="deb [signed-by=/usr/share/keyrings/yunohost-bookworm.gpg] http://forge.yunohost.org/debian/ bookworm stable"
583+
local CUSTOMDEB="deb [signed-by=/usr/share/keyrings/yunohost-trixie.gpg] http://forge.yunohost.org/debian/ trixie stable"
584584

585585
if [[ "$DISTRIB" == "stable" ]] ; then
586586
echo "$CUSTOMDEB" > $CUSTOMAPT
@@ -591,7 +591,7 @@ function setup_package_source() {
591591
fi
592592

593593
# Add YunoHost repository key to the keyring
594-
curl --fail --silent https://forge.yunohost.org/yunohost_bookworm.asc | gpg --dearmor > /usr/share/keyrings/yunohost-bookworm.gpg
594+
curl --fail --silent https://forge.yunohost.org/yunohost_trixie.asc | gpg --dearmor > /usr/share/keyrings/yunohost-trixie.gpg
595595
apt_update
596596
}
597597

0 commit comments

Comments
 (0)