Update file executable_install-program

This commit is contained in:
Brian Zalewski 2022-12-25 18:55:58 +00:00
parent 3bb2c1b80a
commit eb45fa2c80

View file

@ -92,9 +92,9 @@ async function downloadInstallData() {
// Creates the installOrders object which maps package managers to arrays of packages to install // Creates the installOrders object which maps package managers to arrays of packages to install
let generateInstallOrderCount = 0 let generateInstallOrderCount = 0
const installerPreference = await OSTypeInstallerKey()
const preferenceOrder = installData.installerPreference[installerPreference]
async function generateInstallOrders(pkgsToInstall) { async function generateInstallOrders(pkgsToInstall) {
const installerPreference = await OSTypeInstallerKey()
const preferenceOrder = installData.installerPreference[installerPreference]
const logStage = 'Install Orders' const logStage = 'Install Orders'
const packagesToInstall = pkgsToInstall const packagesToInstall = pkgsToInstall
const softwarePackages = installData.softwarePackages const softwarePackages = installData.softwarePackages