mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Use new gpg key
This commit is contained in:
parent
c826fd4671
commit
505397aeb7
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ function setup_package_source() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add YunoHost repository key to the keyring
|
# Add YunoHost repository key to the keyring
|
||||||
wget -O- https://forge.yunohost.org/yunohost.asc -q | apt-key add -qq - >/dev/null 2>&1
|
wget -O- https://forge.yunohost.org/yunohost_bullseye.asc -q | apt-key add -qq - >/dev/null 2>&1
|
||||||
}
|
}
|
||||||
|
|
||||||
function register_debconf() {
|
function register_debconf() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue