1
0
Fork 0
forked from RP1/RaveOS-arch

stop on error

This commit is contained in:
RP1 2025-01-07 22:09:56 +01:00
parent 6e78bc5bb6
commit 8a4c20df25

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Removed because the script is fully tested! # Removed because the script is fully tested!
#set -e set -e
# Editing pacman.conf # Editing pacman.conf
@ -32,7 +32,7 @@ Locale=$(echo $LANG)
# Installing packages # Installing packages
sudo pacman -S tilix gnome-session gdm gnome-disk-utility gnome-system-monitor eog networkmanager flatpak base-devel bash-completion gedit gnome-calculator baobab ffmpeg git gnome-control-center gparted gnome-tweaks gnome-browser-connector xdg-desktop-portal xdg-desktop-portal-gnome xdg-desktop-portal-gtk xdg-desktop-portal-wlr ttf-ubuntu-font-family gnome-settings-daemon unzip wget glib2 glib2-devel spice-vdagent hblock nano qt5-wayland meson rsync zenity amd-ucode intel-ucode mesa-utils gvfs gvfs-mtp gvfs-smb wmctrl zsh python-setuptools --noconfirm sudo pacman -S tilix gnome-session gdm gnome-disk-utility gnome-system-monitor eog networkmanager flatpak base-devel bash-completion gedit gnome-calculator baobab ffmpeg git gnome-control-center gparted gnome-tweaks gnome-browser-connector xdg-desktop-portal xdg-desktop-portal-gnome xdg-desktop-portal-gtk xdg-desktop-portal-wlr ttf-ubuntu-font-family gnome-settings-daemon unzip wget glib2 glib2-devel spice-vdagent hblock nano qt5-wayland meson rsync zenity amd-ucode intel-ucode mesa-utils gvfs gvfs-mtp gvfs-smb android-tools wmctrl zsh python-setuptools --noconfirm
sudo systemctl enable gdm.service sudo systemctl enable gdm.service
sudo systemctl enable NetworkManager.service sudo systemctl enable NetworkManager.service
sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target geoclue.service sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target geoclue.service