From 7e0f6860b5a96831b66f8d03ba7eca829a59c853 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 1 May 2024 22:09:47 -0400 Subject: [PATCH] test --- 022-Fastfetch_Ubuntu_Repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/022-Fastfetch_Ubuntu_Repo.sh b/022-Fastfetch_Ubuntu_Repo.sh index 53e73ab..d0bd5b7 100644 --- a/022-Fastfetch_Ubuntu_Repo.sh +++ b/022-Fastfetch_Ubuntu_Repo.sh @@ -12,7 +12,7 @@ source "$SCRIPTDIR/common/load-defaults.sh" if [ -d /etc/apt/apt.conf.d ] then ppa_added=`grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/* | grep -v list.save | grep -v deb-src | grep deb | grep fastfetch | wc -l` - if $ppa_added + if [ $ppa_added == 0 ] then echo "fastfetch ppa already installed" else