fastfetch fix

This commit is contained in:
deathbybandaid 2024-05-23 20:01:11 -04:00
parent 6757c37eef
commit 53d6784f4f

View File

@ -14,8 +14,8 @@ 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` 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 == 0 ] if [ $ppa_added == 0 ]
then then
echo "fastfetch ppa already installed"
else
sudo add-apt-repository ppa:zhangsongcui3371/fastfetch -y sudo add-apt-repository ppa:zhangsongcui3371/fastfetch -y
else
echo "fastfetch ppa already installed"
fi fi
fi fi