From 39788640083f5e71d487b592eb550c5cc3284c44 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Tue, 15 Aug 2023 10:06:09 +0200 Subject: [PATCH] Updates --- 1-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-install.sh b/1-install.sh index 7f2dd06..7d7be82 100755 --- a/1-install.sh +++ b/1-install.sh @@ -36,7 +36,7 @@ else git clone https://aur.archlinux.org/yay-git.git ~/yay-git cd ~/yay-git makepkg -si - exit + cd ~/dotfiles/ fi # ------------------------------------------------------