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
|
// 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
|
||||||
|
|
Loading…
Reference in a new issue