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 =
|
scopedSystem =
|
||||||
softwarePackages[packageKey]["_" + currentSelector + ":" + osID] ||
|
softwarePackages[packageKey]["_" + currentSelector + ":" + osID] ||
|
||||||
softwarePackages[packageKey]["_" + currentSelector + ":" + osType];
|
softwarePackages[packageKey]["_" + currentSelector + ":" + osType];
|
||||||
normalCheck = softwarePackages[currentPkgRef]["_" + currentSelector];
|
normalCheck = softwarePackages[packageKey]["_" + currentSelector];
|
||||||
console.log("NorMIE");
|
|
||||||
console.log(currentPkgRef);
|
|
||||||
console.log(normalCheck);
|
|
||||||
if (doubleScoped) {
|
if (doubleScoped) {
|
||||||
try {
|
try {
|
||||||
await $doubleScoped;
|
await $doubleScoped;
|
||||||
|
|
Loading…
Reference in a new issue