Update .local/share/chezmoi/home/dot_local/bin/executable_install-program

This commit is contained in:
Brian Zalewski 2022-12-05 06:24:27 +00:00
parent 62325c8243
commit 4b07de0d71

View file

@ -155,10 +155,7 @@ async function generateInstallOrders() {
scopedSystem =
softwarePackages[packageKey]["_" + currentSelector + ":" + osID] ||
softwarePackages[packageKey]["_" + currentSelector + ":" + osType];
normalCheck = softwarePackages[currentPkgRef]["_" + currentSelector];
console.log("NorMIE");
console.log(currentPkgRef);
console.log(normalCheck);
normalCheck = softwarePackages[packageKey]["_" + currentSelector];
if (doubleScoped) {
try {
await $doubleScoped;