]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Fix: use ubuntu-keyring instead of ubuntu-archive-keyring
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 15 Feb 2023 19:09:37 +0000 (16:09 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 15 Feb 2023 19:09:37 +0000 (16:09 -0300)
kvmx-create

index 0bfac35cfbf79e0866491e53ab913bd3b2020813..8222eae804fe02425efaa3d767b19a2559e088d1 100755 (executable)
@@ -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