diff --git a/arch_install.sh b/arch_install.sh index 377f374..243cb5d 100644 --- a/arch_install.sh +++ b/arch_install.sh @@ -4,9 +4,9 @@ set -e # Jogosultság ellenőrzés -if [ "$EUID" -ne 0 ]; then - echo "Please, run script with sudo" - exit 1 +#if [ "$EUID" -ne 0 ]; then + #echo "Please, run script with sudo" + ##exit 1 fi # Az aktuális felhasználó meghatározása @@ -58,6 +58,30 @@ while true; do fi done + +# Yay telepítése +echo "Yay telepítése..." +git clone https://aur.archlinux.org/yay-bin.git +cd yay-bin + +makepkg -si --noconfirm + +cd .. +rm -rf yay-bin +echo "Yay telepítése befejeződött." + +# Yaru téma telepítése +echo "Yaru téma telepítése..." +git clone https://aur.archlinux.org/yaru.git +cd yaru + +makepkg -si --noconfirm + +cd .. +rm -rf yaru +echo "Yaru téma telepítése befejeződött." + + # Frissítsük a csomaglistát echo "Csomaglista frissítése..." sudo pacman -Syu --noconfirm