diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-02-15 16:09:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-02-15 16:09:37 -0300 |
commit | 3b270da1911fb5801cd12c4120417a1b02caccb0 (patch) | |
tree | 229dd2c530e0e5559e84dadc5e95a8ea449bdfa4 | |
parent | d3509a200d6b0a3a3c7921f5f05a5a887727f768 (diff) | |
download | kvmx-3b270da1911fb5801cd12c4120417a1b02caccb0.tar.gz kvmx-3b270da1911fb5801cd12c4120417a1b02caccb0.tar.bz2 |
Fix: use ubuntu-keyring instead of ubuntu-archive-keyring
-rwxr-xr-x | kvmx-create | 2 |
1 files changed, 1 insertions, 1 deletions
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 |