Updated scripts
This commit is contained in:
parent
d617804bad
commit
c34ee9f80e
@ -20,7 +20,6 @@ NVIDIA_GPU="no"
|
|||||||
NVIDIA_1080_GPU="no"
|
NVIDIA_1080_GPU="no"
|
||||||
TERMINAL="no"
|
TERMINAL="no"
|
||||||
HYPERLAND="no"
|
HYPERLAND="no"
|
||||||
KDE="no"
|
|
||||||
|
|
||||||
if [ "$HOSTNAME" == "CMBOX" ]; then
|
if [ "$HOSTNAME" == "CMBOX" ]; then
|
||||||
DESKTOP_BASE="yes"
|
DESKTOP_BASE="yes"
|
||||||
@ -87,9 +86,6 @@ fi
|
|||||||
if [ "$HYPERLAND" == "yes" ]; then
|
if [ "$HYPERLAND" == "yes" ]; then
|
||||||
printf -- 'HYPERLAND, '
|
printf -- 'HYPERLAND, '
|
||||||
fi
|
fi
|
||||||
if [ "$KDE" == "yes" ]; then
|
|
||||||
printf -- 'KDE, '
|
|
||||||
fi
|
|
||||||
if [ "$NVIDIA_GPU" == "yes" ]; then
|
if [ "$NVIDIA_GPU" == "yes" ]; then
|
||||||
printf -- 'NVIDIA_GPU, '
|
printf -- 'NVIDIA_GPU, '
|
||||||
fi
|
fi
|
||||||
@ -256,17 +252,6 @@ if [ "$HYPERLAND" == "yes" ]; then
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$KDE" == "yes" ]; then
|
|
||||||
printf -- '\033[33m Installing KDE Plasma\n\033[37m'
|
|
||||||
yay --noconfirm -S --needed --aur sddm-git
|
|
||||||
sudo pacman --noconfirm --needed -S xorg-xwayland xorg-xlsclients qt5-wayland glfw-wayland
|
|
||||||
sudo pacman --noconfirm --needed -S plasma kde-applications
|
|
||||||
sudo pacman --noconfirm --needed -S plasma-wayland-session
|
|
||||||
sudo pacman --noconfirm --needed -S pipewire pipewire-pulse pipewire-alsa pavucontrol helvum
|
|
||||||
sudo systemctl enable sddm
|
|
||||||
sudo systemctl enable NetworkManager
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Install terminal utility
|
# Install terminal utility
|
||||||
if [ "$TERMINAL" == "yes" ]; then
|
if [ "$TERMINAL" == "yes" ]; then
|
||||||
printf -- '\033[33m Installing terminal utilities\n\033[37m'
|
printf -- '\033[33m Installing terminal utilities\n\033[37m'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user