From a43063d60eb85e123fa7a57875021379f8a4c17d Mon Sep 17 00:00:00 2001 From: gabeszm Date: Sat, 21 Dec 2024 11:21:15 +0000 Subject: [PATCH] Add yaru.sh --- yaru.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 yaru.sh diff --git a/yaru.sh b/yaru.sh new file mode 100644 index 0000000..8921b76 --- /dev/null +++ b/yaru.sh @@ -0,0 +1,19 @@ +#!/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." \ No newline at end of file