From eb45fa2c80e6ce6a0a24dc53a1a06ee0bc8ba835 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Sun, 25 Dec 2022 18:55:58 +0000 Subject: [PATCH] Update file executable_install-program --- home/dot_local/bin/executable_install-program | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/dot_local/bin/executable_install-program b/home/dot_local/bin/executable_install-program index cd4dd157..01c4d870 100644 --- a/home/dot_local/bin/executable_install-program +++ b/home/dot_local/bin/executable_install-program @@ -92,9 +92,9 @@ async function downloadInstallData() { // Creates the installOrders object which maps package managers to arrays of packages to install let generateInstallOrderCount = 0 -const installerPreference = await OSTypeInstallerKey() -const preferenceOrder = installData.installerPreference[installerPreference] async function generateInstallOrders(pkgsToInstall) { + const installerPreference = await OSTypeInstallerKey() + const preferenceOrder = installData.installerPreference[installerPreference] const logStage = 'Install Orders' const packagesToInstall = pkgsToInstall const softwarePackages = installData.softwarePackages