Update file executable_install-program
This commit is contained in:
parent
3bb2c1b80a
commit
eb45fa2c80
1 changed files with 2 additions and 2 deletions
|
@ -92,9 +92,9 @@ async function downloadInstallData() {
|
|||
|
||||
// Creates the installOrders object which maps package managers to arrays of packages to install
|
||||
let generateInstallOrderCount = 0
|
||||
async function generateInstallOrders(pkgsToInstall) {
|
||||
const installerPreference = await OSTypeInstallerKey()
|
||||
const preferenceOrder = installData.installerPreference[installerPreference]
|
||||
async function generateInstallOrders(pkgsToInstall) {
|
||||
const logStage = 'Install Orders'
|
||||
const packagesToInstall = pkgsToInstall
|
||||
const softwarePackages = installData.softwarePackages
|
||||
|
|
Loading…
Reference in a new issue