Report usage of extra repo / messing up with sources.list as error

This commit is contained in:
Alexandre Aubin 2019-04-19 17:58:12 +02:00
parent c1f328894e
commit 729e95fec2

View file

@ -606,7 +606,7 @@ class Script():
if self.name == "install": if self.name == "install":
if self.contains("/etc/apt/sources.list") \ if self.contains("/etc/apt/sources.list") \
or (os.path.exists(self.app_path + "/scripts/_common.sh") and "/etc/apt/sources.list" in open(self.app_path+"/scripts/_common.sh").read()): or (os.path.exists(self.app_path + "/scripts/_common.sh") and "/etc/apt/sources.list" in open(self.app_path+"/scripts/_common.sh").read()):
print_warning( print_error(
"[YEP-3.7] Manually messing with apt's sources.lists is strongly discouraged " "[YEP-3.7] Manually messing with apt's sources.lists is strongly discouraged "
"and should be avoided. Please consider alternatives like using a .deb directly " "and should be avoided. Please consider alternatives like using a .deb directly "
"or using experimental helpers (c.f. " "or using experimental helpers (c.f. "