Update install.sh
This commit is contained in:
parent
d1c95791ab
commit
7b5224663d
15
install.sh
15
install.sh
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue