This commit is contained in:
deathbybandaid 2024-05-01 22:09:47 -04:00
parent 71a2fbe226
commit 7e0f6860b5

View File

@ -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