diff --git a/python_modules/conf.py b/python_modules/conf.py index 76151603..0e51f375 100644 --- a/python_modules/conf.py +++ b/python_modules/conf.py @@ -290,7 +290,7 @@ lbset_deb64 = ('lb config --mode debian --distribution bookworm' ' --architectures amd64 --linux-flavours amd64' ' --apt-recommends true --binary-images iso-hybrid' ' --security true' - ' --updates true --backports false' + ' --updates --backports false' ' --image-name "PeppermintOS-Debian-64"' ' --iso-application "PeppermintOS"' ' --iso-preparer "PeppermintOS-https://peppermintos.com/"' diff --git a/python_modules/deb_64.py b/python_modules/deb_64.py index 671bd253..febb98b4 100644 --- a/python_modules/deb_64.py +++ b/python_modules/deb_64.py @@ -128,7 +128,7 @@ def readybuild(): #inflate_bubble.set_system_packages() inflate_bubble.set_system_packages_64() #inflate_bubble.set_artwork_packages() - #inflate_bubble.set_python_packages() + inflate_bubble.set_python_packages() inflate_bubble.set_calamares_packages() #inflate_bubble.set_firmware_packages() inflate_bubble.set_binary_packages_64() @@ -153,7 +153,7 @@ def readybuild(): #inflate_bubble.set_system_packages() inflate_bubble.set_system_packages_64() #inflate_bubble.set_artwork_packages() - #inflate_bubble.set_python_packages() + inflate_bubble.set_python_packages() inflate_bubble.set_calamares_packages() #inflate_bubble.set_firmware_packages() inflate_bubble.set_binary_packages_64()