parent
5146991dd4
commit
b69a8499f9
14
install.sh
14
install.sh
|
@ -245,7 +245,19 @@ echo
|
|||
|
||||
# Installing base system.
|
||||
echo "Installing basic packages.."
|
||||
pacstrap "/mnt" base btrfs-progs firefox konsole linux linux-firmware linux-zen nano networkmanager plasma-desktop sddm sddm-kcm sudo xorg-xwayland
|
||||
|
||||
# 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 dolphin filelight gwenview kate kcalc kdeconnect kinfocenter kmag plasma-systemmonitor okular partitionmanager spectacle \
|
||||
|
||||
# Additional default software
|
||||
libreoffice pipewire pipewire-pulse wireplumber
|
||||
|
||||
echo "Base system installed."
|
||||
echo
|
||||
|
||||
|
|
Loading…
Reference in New Issue