asd
This commit is contained in:
parent
63065d8a2a
commit
01e3cd0382
1 changed files with 5 additions and 13 deletions
18
rp-os-ae.sh
18
rp-os-ae.sh
|
@ -5,7 +5,7 @@ bold=$(tput bold) # ${bold}
|
|||
normal=$(tput sgr0) # ${normal}
|
||||
yellow=$(tput setaf 3) # ${yellow}
|
||||
|
||||
echo "Defaults passwd_tries=3, passwd_timeout=60" | sudo tee -a /etc/sudoers
|
||||
#echo "Defaults passwd_tries=3, passwd_timeout=60" | sudo tee -a /etc/sudoers
|
||||
|
||||
# Installing packages
|
||||
|
||||
|
@ -15,14 +15,14 @@ echo "Defaults passwd_tries=3, passwd_timeout=60" | sudo tee -a /etc/sudoers
|
|||
|
||||
git clone https://aur.archlinux.org/yay-bin.git
|
||||
cd yay-bin
|
||||
makepkg -si --noconfirm --sudoloop --save
|
||||
makepkg -si --noconfirm
|
||||
cd -
|
||||
rm -rf yay-bin
|
||||
|
||||
|
||||
git clone https://aur.archlinux.org/yaru.git
|
||||
cd yaru
|
||||
makepkg -si --noconfirm --sudoloop --save
|
||||
makepkg -si --noconfirm
|
||||
cd -
|
||||
rm -rf yaru
|
||||
|
||||
|
@ -50,15 +50,7 @@ Session=
|
|||
Icon=/usr/share/pixmaps/faces/rave-pp.png
|
||||
SystemAccount=false" | sudo tee /var/lib/AccountsService/users/$USER
|
||||
sudo cp -a archlinux-logo-text-dark.svg /usr/share/pixmaps/
|
||||
sudo cp -a view-app-grid-symbolic.svg /usr/share/icons/Yaru/scalable/actions/
|
||||
sudo mkdir -p /usr/share/backgrounds/
|
||||
sudo cp -a raveos-bg.png /usr/share/backgrounds/
|
||||
sudo cp -a overrides /home/$USER/.local/share/flatpak/
|
||||
cp -a .themes /home/$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
|
||||
sudo cp -a view-app-grid-symbolic.svg /usr/share/iconsDefaults passwd_tries=3, passwd_timeout=60
|
||||
#sudo sed -i '140d' /etc/sudoers
|
||||
|
||||
reboot
|
Loading…
Reference in a new issue