omegga 0.1.62 → 0.1.66

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/README.md CHANGED
@@ -31,7 +31,6 @@ If any of the above are true, [create a new user](#creating-a-new-user) and cont
31
31
 
32
32
  2. If you type `whoami` and it says "root", [create a new user](#creating-a-new-user) and come back. This step is usually only necessary for people using a VPS.
33
33
 
34
-
35
34
  3. Run these commands (Installs a node installer, installs node, installs omegga):
36
35
 
37
36
  ```sh
@@ -41,6 +40,8 @@ If any of the above are true, [create a new user](#creating-a-new-user) and cont
41
40
  npm i -g omegga
42
41
  ```
43
42
 
43
+ If you get an error like "gyp info find Python using Python version 3.8.10 found at /usr/bin/python3" you need to install python3: `sudo apt install python3` and re-run `npm i -g omegga`
44
+
44
45
  If you are having trouble installing with nvm and are running Ubuntu/Debian, run the following commands (installs node, installs omegga) instead or install node&npm from [NodeSource Binary Distributions](https://github.com/nodesource/distributions/blob/master/README.md).
45
46
 
46
47
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omegga",
3
- "version": "0.1.62",
3
+ "version": "0.1.66",
4
4
  "description": "Brickadia server installer, manager, wrapper, configurator, and automator",
5
5
  "main": "index.js",
6
6
  "bin": {