Closed eversinc33 closed 4 years ago
Hi eggdog,
I don't see any improvement applying your patch:
Imho "grep -r ... sources.list*" does consider "sources.list.d/parrot.list" as well. Do I miss sth.?
Hey, I was expecting the same, but it did not, I guess it has to do with the way grep handles wildcards.
Don't know what you are trying to do, but to me it seems that your command is completely broken as you are trying to grep "filenames" instead of their actual contents.
Actually you are right, I forgot to put in the xargs before grep, to make the filenames piped into the command get used as arguments. My bad
... I suggest that you try this patch instead (which adds parrot detection support): parrot.tar.gz
If it works for you (and finally let you install i3-gaps on parrot w/o any other issues), I consider to include it into mainline.
It worked with the above for me (even though the command was wrong) and I got i3 running. Thanks and sorry for the confusion!
ParrotOS does not store the repos in sources.list but in sources.list.d/parrot.list so the script produces an error about missing repositories when running it on parrot. By extending the grep in igd_checkSourcesList() this is solved.