Update tweak.sh

This commit is contained in:
gabeszm 2024-12-21 11:20:48 +00:00
parent dd5360403b
commit dd3b6dc35f

View file

@ -45,27 +45,6 @@ fi
echo "A módosítások sikeresen megtörténtek: #ParallelDownloads = 5 frissítve, ILoveCandy hozzáadva, #Color frissítve."
# 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."
# Grub fájl helye
GRUB_DEFAULT="/etc/default/grub"