2024-12-20 22:44:59 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
echo "GNOME telepítése..."
|
|
|
|
sudo pacman -S --noconfirm gnome-shell gdm gnome-control-center gnome-settings-daemon gnome-session
|
|
|
|
sudo pacman -S --noconfirm nautilus gnome-terminal
|
|
|
|
sudo pacman -S --noconfirm gnome-tweaks gnome-shell-extensions gnome-disk-utility gnome-system-monitor gedit gnome-calculator gnome-browser-connector
|
|
|
|
systemctl enable gdm.service
|