@absolutejs/absolute 0.19.0-beta.120 → 0.19.0-beta.121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js CHANGED
@@ -171,18 +171,14 @@ var CERT_DIR, CERT_PATH, KEY_PATH, CERT_VALIDITY_DAYS = 365, devLog = (msg) => c
171
171
  if (os === "linux") {
172
172
  const sudoOpts = {
173
173
  stdin: "inherit",
174
- stderr: "pipe",
174
+ stderr: "inherit",
175
175
  stdout: "pipe"
176
176
  };
177
177
  if (commandExists("apt-get")) {
178
178
  devLog("Installing mkcert (may prompt for password)...");
179
- const r = Bun.spawnSync(["sudo", "apt-get", "install", "-y", "mkcert"], sudoOpts);
180
- if (r.exitCode === 0) {
181
- if (!commandExists("certutil")) {
182
- Bun.spawnSync(["sudo", "apt-get", "install", "-y", "libnss3-tools"], sudoOpts);
183
- }
179
+ const r = Bun.spawnSync(["sudo", "apt-get", "install", "-y", "mkcert", "libnss3-tools"], sudoOpts);
180
+ if (r.exitCode === 0)
184
181
  return true;
185
- }
186
182
  }
187
183
  if (commandExists("dnf")) {
188
184
  devLog("Installing mkcert (may prompt for password)...");
package/dist/index.js CHANGED
@@ -205171,18 +205171,14 @@ var CERT_DIR, CERT_PATH, KEY_PATH, CERT_VALIDITY_DAYS = 365, devLog = (msg) => c
205171
205171
  if (os2 === "linux") {
205172
205172
  const sudoOpts = {
205173
205173
  stdin: "inherit",
205174
- stderr: "pipe",
205174
+ stderr: "inherit",
205175
205175
  stdout: "pipe"
205176
205176
  };
205177
205177
  if (commandExists("apt-get")) {
205178
205178
  devLog("Installing mkcert (may prompt for password)...");
205179
- const r = Bun.spawnSync(["sudo", "apt-get", "install", "-y", "mkcert"], sudoOpts);
205180
- if (r.exitCode === 0) {
205181
- if (!commandExists("certutil")) {
205182
- Bun.spawnSync(["sudo", "apt-get", "install", "-y", "libnss3-tools"], sudoOpts);
205183
- }
205179
+ const r = Bun.spawnSync(["sudo", "apt-get", "install", "-y", "mkcert", "libnss3-tools"], sudoOpts);
205180
+ if (r.exitCode === 0)
205184
205181
  return true;
205185
- }
205186
205182
  }
205187
205183
  if (commandExists("dnf")) {
205188
205184
  devLog("Installing mkcert (may prompt for password)...");
@@ -205586,5 +205582,5 @@ export {
205586
205582
  ANGULAR_INIT_TIMEOUT_MS
205587
205583
  };
205588
205584
 
205589
- //# debugId=6211C89438595FEE64756E2164756E21
205585
+ //# debugId=B6CD570418E7300764756E2164756E21
205590
205586
  //# sourceMappingURL=index.js.map