refs #2026 configure stunnel after installing it

pull/10/head
Natalia Serrano 2025-05-16 15:51:05 +02:00
parent a627be89ba
commit 809af2cbc2
1 changed files with 1 additions and 1 deletions

View File

@ -174,11 +174,11 @@ if __name__ == '__main__':
debconf_settings = config['General'].get ('debconf_settings') debconf_settings = config['General'].get ('debconf_settings')
updateCaCertificates() updateCaCertificates()
configure_stunnel()
setup_resolvconf() setup_resolvconf()
boottoolsSoftwareInstall (args.osarch, args.osrelease) boottoolsSoftwareInstall (args.osarch, args.osrelease)
boottoolsSoftwareCompile() boottoolsSoftwareCompile()
boottoolsPythonModules() boottoolsPythonModules()
boottoolsRemovePackages() boottoolsRemovePackages()
configure_stunnel()
setup_resolvconf() ## do this again, since someone seems to be overwriting the file setup_resolvconf() ## do this again, since someone seems to be overwriting the file
boottoolsInitrdGenerate (args.osrelease) boottoolsInitrdGenerate (args.osrelease)