Linux_scriptek/yaru.sh

19 lines
405 B
Bash
Raw Normal View History

2024-12-21 11:21:15 +00:00
#!/bin/bash
# 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."