I'm running this command when setting up new ubuntu servers

sudo add-apt-repository ppa:nginx/stable

Is there a command I can run that will show that I've run this command and added ppa:nginx/stable as a repository?

link|improve this question
feedback

1 Answer

cat /etc/apt/sources.list /etc/apt/sources.list.d/*

Should do the trick.

link|improve this answer
+1, but I feel like there should be a command designed to do this, so I'm going to wait to see what else comes in before accepting. Thanks. – Zach Jul 28 '11 at 14:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.