Skip to content

Commit

Permalink
trixie repo and keys now exist
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamandar committed Nov 5, 2024
1 parent b9a30fe commit 5e83159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trixie
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ function setup_package_source() {

# Debian repository

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

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

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

Expand Down

0 comments on commit 5e83159

Please sign in to comment.