From 09ee5f93154112b9575aefda2935e60a4f147999 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 8 Jun 2025 16:04:43 +0200 Subject: [PATCH] fixing paru build errors --- dream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dream.sh b/dream.sh index f4aa983..ee9224f 100644 --- a/dream.sh +++ b/dream.sh @@ -529,7 +529,7 @@ distro-setup() { arch) repen bold "Found $(pen blue bold $distro)" _setup arch - if command-exists yay || command_exists paru; then + if command-exists yay || command-exists paru; then aur=true else aur=false