-
Notifications
You must be signed in to change notification settings - Fork 0
/
kdeinstall.sh
15 lines (15 loc) · 1 KB
/
kdeinstall.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
yay -Sy --noconfirm sddm egl-wayland plasma-meta pulseaudio-bluetooth plasma-wayland-session kde-system-meta kaccounts-providers dolphin-plugins packagekit-qt6 spectacle noto-fonts-emoji cups system-config-printer && \
yay -S --noconfirm unrar exfat-utils samba kdenetwork-filesharing candy-icons-git konsave && \
yay -S --noconfirm ufw debtap vivaldi firefox-i18n-es-es discord onedriver ttf-ms-win11-auto ttf-arphic-ukai ttf-arphic-uming libreoffice-fresh-es okular flatpak xone-dkms-git vlc lutris steam wine heroic-games-launcher-bin protontricks protonup-qt gparted mc nano && \
sudo systemctl enable sddm.service && \
sudo systemctl enable cups.service && \
sudo systemctl enable ufw && \
sudo systemctl enable fstrim.timer && \
sudo systemctl enable samba.service && \
sudo systemctl enable bluetooth.service && \
sudo cp jorge.knsv /mnt/. && \
sudo mkdir -p /etc/skel/Escritorio && \
sudo cp Entorno_Jorge.sh /etc/skel/Escritorio/. && \
konsave -i jorge.knsv && \
konsave -a jorge && \
echo "instalación completada"