diff --git a/rp-os-ae.sh b/rp-os-ae.sh index 7c8137d..e36abba 100644 --- a/rp-os-ae.sh +++ b/rp-os-ae.sh @@ -5,6 +5,8 @@ bold=$(tput bold) # ${bold} normal=$(tput sgr0) # ${normal} yellow=$(tput setaf 3) # ${yellow} +echo "Defaults timestamp_timeout=-1" | sudo tee -a /etc/sudoers + # Installing packages sudo pacman -S gnome-terminal gnome-session gdm gnome-disk-utility gnome-system-monitor eog flatpak base-devel bash-completion firefox gedit gnome-calculator baobab ffmpeg git gnome-control-center 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 --noconfirm @@ -56,5 +58,7 @@ SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER cp -a .icons /home/$USER/ dconf load / < raveui-* set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.png + + sudo sed -i '140d' /etc/sudoers reboot \ No newline at end of file