5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
|
#!/bin/sh
|
||
|
# do not toss online repos into installer
|
||
|
|
||
|
rm -f -- /etc/apt/sources.list.d/*.list ||:
|