Συντάκτης: g4sra
Ημερομηνία:  
Προς: dng@lists.dyne.org
Αντικείμενο: Re: [DNG] Script to migrate buster desktop to beowulf v1.6
> 
> This might be a good one to ask the users.
> 
> fsmithred
> 
Agreed.
But if you did want to do it programmatically without parsing every sources.{d/*,conf}...
Ask apt what it is cacheing...
if [ -n "$(apt-cache policy | grep 'buster/non-free')" ]; then
  echo "yes include non-free repo";
else 
  echo "no don't!";
fi