From 2334baf5f8a2184a13a981c71c2e42ef67dd8750 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 30 Apr 2023 14:15:16 -0400 Subject: [PATCH] Fixed installation of Konsole config --- chrootInstall.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 8055c76..4519e29 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -132,10 +132,11 @@ chmod 755 /home/"$username"/{.config,.local/share} if [ "$formfactor" == 1 ] || [ "$formfactor" == 2 ] || [ "$formfactor" == 3 ]; then pacman -S plasma-desktop plasma-wayland-session plasma-wayland-protocols kscreen kwallet-pam kdeplasma-addons spectacle gwenview plasma-nm plasma-pa breeze-gtk kde-gtk-config kio-extras khotkeys kwalletmanager yakuake ark kate bluedevil dolphin qt5-imageformats pipewire pipewire-pulse pipewire-jack pipewire-alsa wireplumber wayland-protocols polkit micro bluez-openrc --needed --noconfirm curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/pam-login -o /etc/pam.d/login + mkdir -p /home/"$username"/.local/share/konsole curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/konsole-profile -o /home/"$username"/.local/share/konsole/Custom.profile curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/konsolerc -o /home/"$username"/.config/konsolerc - chmod 755 /home/"$username"/.config/konsolerc - chown "$username":users /home/"$username"/.config/konsolerc + chmod 755 /home/"$username"/.config/konsolerc /home/"$username"/.local/share/konsole /home/"$username"/.local/share/konsole/Custom.profile + chown "$username":users /home/"$username"/.config/konsolerc /home/"$username"/.local/share/konsole /home/"$username"/.local/share/konsole/Custom.profile fi mkdir /home/"$username"/.config/autostart