From ebb48694cf300a19c9aab3a125ad086e4642287a Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:42:53 -0500 Subject: [PATCH] ID:0T --- scripts/install_arch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_arch b/scripts/install_arch index 686628f..2fe8c3b 100755 --- a/scripts/install_arch +++ b/scripts/install_arch @@ -6,7 +6,7 @@ set -e # Install yay cd -if [ ! "$(command -v rustup)" ]; then +if [ ! "$(command -v yay)" ]; then echo "Yay not found, installing..."