From: Silvio Rhatto Date: Wed, 15 Feb 2023 19:09:37 +0000 (-0300) Subject: Fix: use ubuntu-keyring instead of ubuntu-archive-keyring X-Git-Tag: 0.1.0~27 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3b270da1911fb5801cd12c4120417a1b02caccb0;p=kvmx.git Fix: use ubuntu-keyring instead of ubuntu-archive-keyring --- diff --git a/kvmx-create b/kvmx-create index 0bfac35..8222eae 100755 --- a/kvmx-create +++ b/kvmx-create @@ -185,7 +185,7 @@ function kvmx_create_custom { kernel_package="linux-image-generic" if [ "$host_distro" == "debian" ]; then - kvmx_install_package ubuntu-archive-keyring + kvmx_install_package ubuntu-keyring fi else #elif echo $mirror | grep 'debian'; then