Update .local/share/chezmoi/home/dot_local/bin/executable_install-program
This commit is contained in:
parent
62325c8243
commit
4b07de0d71
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue