forked from RP1/RaveOS-arch
sudoers pass fix maybe
This commit is contained in:
parent
7c2b041aca
commit
6cd808880c
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,8 @@ bold=$(tput bold) # ${bold}
|
||||||
normal=$(tput sgr0) # ${normal}
|
normal=$(tput sgr0) # ${normal}
|
||||||
yellow=$(tput setaf 3) # ${yellow}
|
yellow=$(tput setaf 3) # ${yellow}
|
||||||
|
|
||||||
|
echo "Defaults timestamp_timeout=-1" | sudo tee -a /etc/sudoers
|
||||||
|
|
||||||
# Installing packages
|
# 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
|
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/
|
cp -a .icons /home/$USER/
|
||||||
dconf load / < raveui-*
|
dconf load / < raveui-*
|
||||||
set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.png
|
set-gdm-theme set Yaru-purple-dark /usr/share/backgrounds/raveos-bg.png
|
||||||
|
|
||||||
|
sudo sed -i '140d' /etc/sudoers
|
||||||
|
|
||||||
reboot
|
reboot
|
Loading…
Reference in a new issue