test
This commit is contained in:
parent
71a2fbe226
commit
7e0f6860b5
@ -12,7 +12,7 @@ source "$SCRIPTDIR/common/load-defaults.sh"
|
|||||||
if [ -d /etc/apt/apt.conf.d ]
|
if [ -d /etc/apt/apt.conf.d ]
|
||||||
then
|
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
|
if [ $ppa_added == 0 ]
|
||||||
then
|
then
|
||||||
echo "fastfetch ppa already installed"
|
echo "fastfetch ppa already installed"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user