From 8b6f252e49eaa11e10b919cbf46c97731d10324f Mon Sep 17 00:00:00 2001 From: Andri Joos <andri@joos.io> Date: Fri, 20 Dec 2024 22:44:53 +0100 Subject: [PATCH] fix dconf editor wrong display name --- helper_scripts/packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper_scripts/packages.sh b/helper_scripts/packages.sh index a1f6007..0b639d4 100644 --- a/helper_scripts/packages.sh +++ b/helper_scripts/packages.sh @@ -97,5 +97,5 @@ PACKAGES=( ["$FLATPAK_REMMINA_PACKAGE"]="$FLATPAK_REMMINA_PACKAGE_DISPLAY_NAME" ["$SNAP_FIREFOX_PACKAGE"]="$SNAP_FIREFOX_PACKAGE_DISPLAY_NAME" ["$MAINLINE_KERNEL_PACKAGE"]="$MAINLINE_KERNEL_PACKAGE_DISPLAY_NAME" - ["$APT_DCONF_EDITOR"]="$APT_DOCKER_CE_PACKAGE_DISPLAY_NAME" + ["$APT_DCONF_EDITOR"]="$APT_DCONF_EDITOR_DISPLAY_NAME" ) -- GitLab