chore: make Prettier + fix spelling, update upgrade/switch instructions, prefer ale...
[webi-installers/.git] / _npm / scripts / install-webi.js
index 0718c1f3827756cce5c65d22ffb6833e9e0d713c..e8cf1891f073cc9749a4769a1b861cba16ffd51c 100755 (executable)
@@ -21,21 +21,20 @@ if (/^win/i.test(os.platform())) {
   return;
 }
 
-exec('curl -fsS https://webinstall.dev/webi | bash', function (
-  err,
-  stdout,
-  stderr
-) {
-  if (err) {
-    console.error(err);
-  }
-  if (stdout) {
-    console.info(stdout);
-  }
-  if (stderr) {
-    console.error(stderr);
+exec(
+  'curl -fsS https://webinstall.dev/webi | bash',
+  function (err, stdout, stderr) {
+    if (err) {
+      console.error(err);
+    }
+    if (stdout) {
+      console.info(stdout);
+    }
+    if (stderr) {
+      console.error(stderr);
+    }
   }
-});
+);
 /*
   .then(function () {
     // nada