kpfromer-arch-install
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -25,3 +25,2 @@ "use strict"; | ||
const arch_1 = require("./arch"); | ||
const command_exists_1 = __importDefault(require("command-exists")); | ||
const chalk_1 = __importDefault(require("chalk")); | ||
@@ -69,4 +68,4 @@ const csv_1 = require("./csv"); | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (!(yield command_exists_1.default(aur))) { | ||
console.warn(`"${aur}" is not installed install yay.`); | ||
if (!(yield shell_1.execShellCommand(`command -v ${aur}`))) { | ||
console.warn(`"${aur}" is not installed. Installing yay.`); | ||
yield arch_1.installYay(username); | ||
@@ -73,0 +72,0 @@ aur = "yay"; |
{ | ||
"name": "kpfromer-arch-install", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "An arch mass package installer.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14900
327