From b67d0f2e653ac31b6d90a7381e6cec56c1988d85 Mon Sep 17 00:00:00 2001 From: RP1 Date: Thu, 19 Dec 2024 23:19:05 +0100 Subject: [PATCH] fixed file location --- setup-raveos.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup-raveos.sh b/setup-raveos.sh index b45c983..1775531 100644 --- a/setup-raveos.sh +++ b/setup-raveos.sh @@ -14,6 +14,8 @@ yellow=$(tput setaf 3) # ${yellow} git clone https://aur.archlinux.org/yay-bin.git cd yay-bin makepkg -si + cd - + rm -rf yay-bin sleep 2