From 08f15b7444110e768cbd8459cffe44aea4c9a365 Mon Sep 17 00:00:00 2001 From: lucas_csr Date: Mon, 4 May 2026 13:12:18 +0200 Subject: [PATCH] Missing programms and Keyboard layout added missing keyboar dlayout promt added cheese and Gparted in install.list --- autoinstall.sh | 5 +++++ install.list | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/autoinstall.sh b/autoinstall.sh index 75a7310..dd1f17e 100755 --- a/autoinstall.sh +++ b/autoinstall.sh @@ -94,6 +94,11 @@ xfwm4-settings read -p "Continue with Enter" >&3 clear +echo "Add Keyboard layouts and shortcut" >&3 +xfce4-keyboard-settings +read -p "Continue with Enter" >&3 +clear + # create skel for new user UI echo "Setting up skel" >&3 sudo mkdir /etc/skel/Schreibtisch diff --git a/install.list b/install.list index 96165b3..e310ac8 100644 --- a/install.list +++ b/install.list @@ -9,4 +9,5 @@ hplip-gui deja-dup flatpak gnome-software-plugin-flatpak -cheese \ No newline at end of file +cheese +gparted \ No newline at end of file