From 3b270da1911fb5801cd12c4120417a1b02caccb0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 15 Feb 2023 16:09:37 -0300 Subject: Fix: use ubuntu-keyring instead of ubuntu-archive-keyring --- kvmx-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmx-create') 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 -- cgit v1.2.3