Closed alexbowers closed 6 years ago
My script is as follows:
wget https://github.com/davidfoerster/aptsources-cleanup/releases/download/v0.1.2/aptsources-cleanup.zip -O /tmp/aptsources-cleanup.zip
python3 -OEs /tmp/aptsources-cleanup.zip --yes
rm /tmp/aptsources-cleanup.zip
Thanks again for the report! Looks like I failed to add a check for the absence of a terminal device. Like I said: it's meant mainly as an interactive application and that's how I test it.
I'll get right to it since the fix should be trivial.
Fixed in commit 4d237fe99e9a96d7a135cf5e39aa32c9b5c7f668.
Thanks for the prompt responses and fix :D
Running inside of vagrant (hence the default: prefix).