From 2d5a13e181ea2114a4c90283bc92d8dc69359a41 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 6 May 2022 10:45:44 +0200 Subject: [PATCH] fix typo --- usr/lib/archboot/update-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update-installer.sh b/usr/lib/archboot/update-installer.sh index 0e4aa798e..6363f01f0 100644 --- a/usr/lib/archboot/update-installer.sh +++ b/usr/lib/archboot/update-installer.sh @@ -270,7 +270,7 @@ _launch_xfce() { sed -i -e 's:#C.UTF-8 UTF-8:C.UTF-8 UTF-8:g' "${1}/etc/locale.gen" locale-gen # replace appfinder with archboot setup - sed -i -e 's#xfce4-appfinder#archboot#g' /etc/xdg/xfc4/panel/default.xml + sed -i -e 's#xfce4-appfinder#archboot#g' /etc/xdg/xfce4/panel/default.xml echo "Fix chromium startup ..." # fix chromium startup cat << EOF >/etc/chromium-flags.conf