Update gen-apt-config.py

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-09-05 21:23:30 +03:00 committed by GitHub
parent cf38d081f0
commit d94d540bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ pkg_data = {
apt_pin_packages = ""
for pkg in srcname_lines:
apt_pin_packages += (" " + pkg)
apt_pin_packages += (" src:" + pkg)
silentremove("0-debian-exp-overrides")
with open("0-debian-exp-overrides", "w") as file: