I want to add a repository to apt-get (without potentially messing up /etc/apt/sources.list) through the user of a script. This script may run multiple times so I can't just append the entry each time. Is there any way I can add a single file in a directory with entries?
I know you can do this for yum, but I'm not sure if it's possible for apt-get. Please let me know if I need to add more info.
