Socket
Socket
Sign inDemoInstall

kpfromer-arch-install

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kpfromer-arch-install - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

7

lib/commands.js

@@ -82,3 +82,3 @@ "use strict";

(!!description ? ` (${chalk_1.default.green(description)})` : ""), count / rows.length);
yield shell_1.execShellCommand(`${type === "A" ? "yay" : "sudo pacman"} -S --noconfirm ${name}`, username);
yield shell_1.execShellCommand(`${type === "A" ? aur : "sudo pacman"} -S --noconfirm ${name}`, username);
count++;

@@ -139,3 +139,3 @@ }

yield enableService(service);
console.log("Installing prerequisites packages.");
console.log("Installing prerequisite packages.");
const packages = ["git"];

@@ -146,5 +146,6 @@ for (const packageName of packages) {

}
console.log("Installing yay.");
yield arch_1.installYay(username);
console.log("Downloading Packages.");
yield downloadPackages(path, "yay");
yield downloadPackages(path, "yay", username);
console.log("All done! You should reboot.");

@@ -151,0 +152,0 @@ }

{
"name": "kpfromer-arch-install",
"version": "0.0.18",
"version": "0.0.19",
"description": "An arch mass package installer.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc