test
This commit is contained in:
parent
050df52b21
commit
99a4463433
@ -6,7 +6,7 @@ source "$SCRIPTDIR/common/colors.sh"
|
|||||||
source "$SCRIPTDIR/common/functions.sh"
|
source "$SCRIPTDIR/common/functions.sh"
|
||||||
source "$SCRIPTDIR/common/load-defaults.sh"
|
source "$SCRIPTDIR/common/load-defaults.sh"
|
||||||
|
|
||||||
distro=get_distro
|
distro=$( get_distro )
|
||||||
if [ $distro == *"Ubuntu"* ]
|
if [ $distro == *"Ubuntu"* ]
|
||||||
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`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user