We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4614f15 commit 297cdd7Copy full SHA for 297cdd7
1 file changed
trixie
@@ -602,12 +602,12 @@ Types: deb
602
URIs: http://repo.yunohost.org/debian/
603
Suites: trixie
604
Components: $components
605
-Signed-By: /etc/apt/trusted.gpg.d/yunohost-trixie.gpg
+Signed-By: /usr/share/keyrings/yunohost-trixie.gpg
606
"
607
echo "$deb_sources" > /etc/apt/sources.list.d/yunohost.sources
608
609
# Add YunoHost repository key to the keyring
610
- curl --fail --silent https://repo.yunohost.org/keys/yunohost_trixie.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/yunohost-trixie.gpg
+ curl --fail --silent https://repo.yunohost.org/keys/yunohost_trixie.asc | gpg -o /usr/share/keyrings/yunohost-trixie.gpg --dearmor
611
apt_update
612
}
613
0 commit comments