This commit is contained in:
Adam 2024-01-09 17:42:53 -05:00
parent a7fa3c165b
commit ebb48694cf

View file

@ -6,7 +6,7 @@ set -e
# Install yay
cd
if [ ! "$(command -v rustup)" ]; then
if [ ! "$(command -v yay)" ]; then
echo "Yay not found, installing..."