refs #928 install ogagent and ogbrowser debian packages

browser
Natalia Serrano 2024-10-16 20:04:09 +02:00 committed by Vadim Troshchinskiy
parent fc831b342d
commit 01bdb2287b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def boottoolsSoftwareInstall (osarch, osrelease):
subprocess.run (['debconf-set-selections'], input=debconf_settings, text=True)
utils.run (['dpkg-reconfigure', '--frontend', 'noninteractive', 'console-setup', 'locales']) ## XXX: despues de esto, debconf-get-selections devuelve los valores antiguos, no se por que...
pkgs = []
pkgs = glob.glob ('/tmp/opengnsys/oglive_builder/ogagent_*.deb') + glob.glob ('/tmp/opengnsys/oglive_builder/OGBrowser*.deb')
for section in config.options('Packages'):
pkgs += re.split (r'[ \n]', config['Packages'].get(section).strip())