File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -580,7 +580,7 @@ function setup_package_source() {
580
580
581
581
# Debian repository
582
582
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"
584
584
585
585
if [[ " $DISTRIB " == " stable" ]] ; then
586
586
echo " $CUSTOMDEB " > $CUSTOMAPT
@@ -591,7 +591,7 @@ function setup_package_source() {
591
591
fi
592
592
593
593
# 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
595
595
apt_update
596
596
}
597
597
You can’t perform that action at this time.
0 commit comments