From 99a44634338bfe51d145acc27194dea982bb6fc8 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 1 May 2024 22:00:42 -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 c275d82..9bd58da 100644 --- a/022-Fastfetch_Ubuntu_Repo.sh +++ b/022-Fastfetch_Ubuntu_Repo.sh @@ -6,7 +6,7 @@ source "$SCRIPTDIR/common/colors.sh" source "$SCRIPTDIR/common/functions.sh" source "$SCRIPTDIR/common/load-defaults.sh" -distro=get_distro +distro=$( get_distro ) if [ $distro == *"Ubuntu"* ] 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`