From 287b1d14eae0a0ae53fd5efcdb0e61a542053b73 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Fri, 16 Feb 2024 18:58:47 -0500 Subject: [PATCH] Install qt6-wayland --- chrootInstall.sh | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index e90c5b6..298e182 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -119,7 +119,7 @@ chmod 755 /home/"$username"/{.config,.local/share} ## KDE Plasma if [ "$formfactor" == 1 ] || [ "$formfactor" == 2 ] || [ "$formfactor" == 3 ]; then - pacman -S plasma-desktop plasma-wayland-session plasma-wayland-protocols xdg-desktop-portal-kde kscreen kwallet-pam kdeplasma-addons spectacle gwenview plasma-nm plasma-pa breeze-gtk kde-gtk-config kio-extras kwalletmanager ark kate hunspell hunspell-en_us konsole bluedevil dolphin qt5-imageformats pipewire pipewire-pulse pipewire-jack pipewire-alsa wireplumber wayland-protocols polkit bluez-openrc --needed --noconfirm + pacman -S plasma-desktop plasma-wayland-session plasma-wayland-protocols xdg-desktop-portal-kde kscreen kwallet-pam kdeplasma-addons spectacle gwenview plasma-nm plasma-pa breeze-gtk kde-gtk-config kio-extras kwalletmanager ark kate hunspell hunspell-en_us konsole bluedevil dolphin qt5-imageformats pipewire pipewire-pulse pipewire-jack pipewire-alsa wireplumber wayland-protocols qt6-wayland polkit bluez-openrc --needed --noconfirm curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/konquake/konquake.sh -o /usr/local/bin/konquake 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 diff --git a/install.sh b/install.sh index 4d941e2..4bbce22 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ loadkeys us echo ---------------------------------------------------------------------------------------------- echo rwinkhart\'s artix install script -echo last updated february 16, 2024 \(rev. B\) +echo last updated february 16, 2024 \(rev. C\) echo ---------------------------------------------------------------------------------------------- echo You will be asked some questions before installation. echo -e "----------------------------------------------------------------------------------------------\n"