Update install.sh

This commit is contained in:
dataprolet 2025-02-10 17:16:15 +01:00
parent d1c95791ab
commit 7b5224663d
1 changed files with 4 additions and 11 deletions

View File

@ -246,17 +246,10 @@ echo
# Installing base system.
echo "Installing basic packages.."
# Minimal base system
pacstrap "/mnt" base btrfs-progs firefox konsole linux linux-firmware linux-zen nano networkmanager sddm sddm-kcm sudo xorg-xwayland plasma-desktop plasma-nm \
# Necessary Plasma integrations
plasma-pa breeze-gtk kde-gtk-config kdeplasma-addons kscreen plasma-browser-integration powerdevil \
# KDE Utilities
ark bluedevil discover dolphin filelight gwenview kate kcalc kdeconnect kinfocenter kmag plasma-systemmonitor okular partitionmanager spectacle \
# Additional default software
libreoffice pipewire pipewire-pulse pipewire-alsa wireplumber
pacstrap "/mnt" base btrfs-progs firefox konsole linux linux-firmware linux-zen nano networkmanager sddm sddm-kcm sudo xorg-xwayland plasma-desktop plasma-nm \ # Minimal base system
plasma-pa breeze-gtk kde-gtk-config kdeplasma-addons kscreen plasma-browser-integration powerdevil \ # Necessary Plasma integrations
ark bluedevil discover dolphin filelight gwenview kate kcalc kdeconnect kinfocenter kmag plasma-systemmonitor okular partitionmanager spectacle \ # KDE Utilities
libreoffice pipewire pipewire-pulse pipewire-alsa wireplumber # Additional default software
echo "Base system installed."
echo