penguins-eggs 9.1.35 → 9.1.37

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.
Files changed (50) hide show
  1. package/README.md +17 -17
  2. package/addons/eggs/adapt/applications/eggs-adapt.desktop +0 -0
  3. package/addons/eggs/adapt/bin/adapt +0 -0
  4. package/addons/eggs/ichoice/bin/eggs-ichoice.sh +0 -0
  5. package/addons/eggs/pve/applications/eggs-pve.desktop +0 -0
  6. package/addons/eggs/rsupport/applications/eggs-rsupport.desktop +0 -0
  7. package/addons/eggs/theme/applications/install-debian.desktop +0 -0
  8. package/addons/neon/theme/applications/install-debian.desktop +0 -0
  9. package/addons/telos/theme/applications/install-debian.desktop +0 -0
  10. package/addons/ufficiozero/theme/applications/install-debian.desktop +0 -0
  11. package/addons/waydroid/theme/applications/install-debian.desktop +0 -0
  12. package/assets/calamares/install-debian +0 -0
  13. package/assets/penguins-eggs.desktop +0 -0
  14. package/assets/penguins-krill.desktop +0 -0
  15. package/assets/penguins-links-add.desktop +0 -0
  16. package/assets/penguins-live-installer.desktop +0 -0
  17. package/bin/dev +0 -0
  18. package/conf/distros/bionic/calamares/calamares-modules/after-bootloader/after-bootloader.sh +0 -0
  19. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader/before-bootloader.sh +0 -0
  20. package/conf/distros/bionic/calamares/calamares-modules/before-bootloader-mkdirs/before-bootloader-mkdirs.sh +0 -0
  21. package/conf/distros/bionic/calamares/calamares-modules/bug/bug.sh +0 -0
  22. package/conf/distros/bionic/calamares/calamares-modules/grubcfg/main.py +0 -0
  23. package/conf/distros/buster/calamares/calamares-modules/cleanup/cleanup.sh +0 -0
  24. package/conf/distros/buster/calamares/calamares-modules/dpkg-unsafe-io/dpkg-unsafe-io.sh +0 -0
  25. package/conf/distros/buster/calamares/calamares-modules/sources-yolk/sources-yolk.sh +0 -0
  26. package/conf/distros/focal/calamares/calamares-modules/automirror/main.py +0 -0
  27. package/conf/tools.yaml +1 -1
  28. package/lib/classes/distro.js +13 -14
  29. package/lib/classes/ovary.js +35 -11
  30. package/lib/classes/utils.js +2 -1
  31. package/lib/krill/krill-prepare.js +1 -1
  32. package/lib/krill/krill-sequence.d.ts +1 -1
  33. package/lib/krill/krill-sequence.js +31 -31
  34. package/lib/krill/modules/bootloader.js +28 -2
  35. package/lib/krill/modules/initramfs.js +14 -2
  36. package/lib/krill/modules/{l/303/262cale-cfg.d.ts → locale-cfg.d.ts} +0 -0
  37. package/lib/krill/modules/{l/303/262cale-cfg.js → locale-cfg.js} +0 -0
  38. package/lib/lib/utils.d.ts +27 -0
  39. package/lib/lib/utils.js +54 -19
  40. package/mkinitcpio/archlinux/README.md +116 -0
  41. package/mkinitcpio/manjaro/README.md +4 -0
  42. package/package.json +117 -112
  43. package/scripts/bros/waydroid-helper.sh +0 -0
  44. package/scripts/eggs-adapt.sh +0 -0
  45. package/scripts/install-eggs-ppa.sh +0 -0
  46. package/scripts/mom-cli.sh +0 -0
  47. package/scripts/pve-live.service +0 -0
  48. package/scripts/pve-live.sh +0 -0
  49. package/scripts/resy.sh +0 -0
  50. package/scripts/userexist.sh +0 -0
package/package.json CHANGED
@@ -1,115 +1,120 @@
1
1
  {
2
- "name": "penguins-eggs",
3
- "description": "Perri's Brewery edition: remaster your system and distribuite it",
4
- "version": "9.1.35",
5
- "author": "Piero Proietti @pieroproietti",
6
- "bin": {
7
- "eggs": "bin/run"
8
- },
9
- "bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
10
- "dependencies": {
11
- "@oclif/core": "^1.9.0",
12
- "@oclif/plugin-autocomplete": "^1.3.0",
13
- "@oclif/plugin-help": "^5.1.12",
14
- "@oclif/plugin-not-found": "^2.3.1",
15
- "@oclif/plugin-version": "^1.0.4",
16
- "@oclif/plugin-warn-if-update-available": "^2.0.4",
17
- "@oclif/test": "^2.1.0",
18
- "axios": "^0.27.2",
19
- "chalk": "^4.1.2",
20
- "ink": "^3.2.0",
21
- "ink-big-text": "^1.2.0",
22
- "ink-gradient": "^2.0.0",
23
- "inquirer": "^8.2.4",
24
- "js-yaml": "^4.1.0",
25
- "mustache": "^4.2.0",
26
- "penguins-oclif": "^3.0.1-1",
27
- "react": "^17.0.2",
28
- "shelljs": "0.8.5",
29
- "tslib": "^2.4.0"
30
- },
31
- "devDependencies": {
32
- "@types/chai": "^4.3.1",
33
- "@types/ink-big-text": "^1.2.1",
34
- "@types/ink-gradient": "^2.0.1",
35
- "@types/inquirer": "^8.2.1",
36
- "@types/js-yaml": "^4.0.5",
37
- "@types/mocha": "^9.1.1",
38
- "@types/mustache": "^4.1.3",
39
- "@types/node": "^17.0.42",
40
- "@types/react": "^18.0.12",
41
- "@types/shelljs": "^0.8.11",
42
- "@typescript-eslint/parser": "^5.27.1",
43
- "chai": "^4.3.6",
44
- "eslint": "^7.32.0",
45
- "eslint-config-oclif": "^4.0.0",
46
- "eslint-config-oclif-typescript": "^1.0.2",
47
- "globby": "^11.1.0",
48
- "mocha": "^10.0.0",
49
- "nyc": "^15.1.0",
50
- "perrisbrewery": "^0.6.3-1",
51
- "ts-node": "^10.8.1",
52
- "typedoc": "^0.22.17",
53
- "typescript": "^4.7.3"
54
- },
55
- "peerDependencies": {
56
- "@typescript-eslint/parser": "^5.0.0",
57
- "typescript": "^4.6.0"
58
- },
59
- "dirname": "eggs",
60
- "engines": {
61
- "node": ">=14.0.0"
62
- },
63
- "files": [
64
- "/addons",
65
- "/assets",
66
- "/bin",
67
- "/conf",
68
- "/lib",
69
- "/manpages",
70
- "mkinitcpio",
71
- "/scripts"
72
- ],
73
- "homepage": "https://penguins-eggs.net/",
74
- "keywords": [
75
- "oclif",
76
- "refracta",
77
- "remastersys",
78
- "systemback"
79
- ],
80
- "license": "MIT",
81
- "main": "./lib/index.js",
82
- "oclif": {
83
- "bin": "eggs",
84
- "commands": "./lib/commands",
85
- "plugins": [
86
- "@oclif/plugin-autocomplete",
87
- "@oclif/plugin-help",
88
- "@oclif/plugin-not-found",
89
- "@oclif/plugin-warn-if-update-available",
90
- "@oclif/plugin-version"
2
+ "name": "penguins-eggs",
3
+ "description": "Perri's Brewery edition: remaster your system and distribuite it",
4
+ "version": "9.1.37",
5
+ "author": "Piero Proietti @pieroproietti",
6
+ "bin": {
7
+ "eggs": "bin/run"
8
+ },
9
+ "bugs": "https://github.com/pieroproietti/penguins-eggs/issues",
10
+ "dependencies": {
11
+ "@oclif/core": "^1",
12
+
13
+ "@oclif/plugin-autocomplete": "1.3.0",
14
+ "@oclif/plugin-help": "^5.1.12",
15
+ "@oclif/plugin-not-found": "^2.3.1",
16
+ "@oclif/plugin-version": "^1.1.1",
17
+ "@oclif/plugin-warn-if-update-available": "^2.0.4",
18
+ "@oclif/test": "^2.1.0",
19
+
20
+ "axios": "^0.27.2",
21
+ "chalk": "^4.1.2",
22
+ "ink": "^3.2.0",
23
+ "ink-big-text": "^1.2.0",
24
+ "ink-gradient": "^2.0.0",
25
+ "inquirer": "^8.2.4",
26
+ "js-yaml": "^4.1.0",
27
+ "mustache": "^4.2.0",
28
+ "react": "^17.0.2",
29
+ "shelljs": "0.8.5",
30
+ "tslib": "^2.4.0"
31
+ },
32
+ "devDependencies": {
33
+ "@types/chai": "^4.3.1",
34
+ "@types/ink-big-text": "^1.2.1",
35
+ "@types/ink-gradient": "^2.0.1",
36
+ "@types/inquirer": "^8.2.1",
37
+ "@types/js-yaml": "^4.0.5",
38
+ "@types/mocha": "^9.1.1",
39
+ "@types/mustache": "^4.1.3",
40
+ "@types/node": "^18.6.3",
41
+ "@types/react": "^18.0.12",
42
+ "@types/shelljs": "^0.8.11",
43
+ "@typescript-eslint/parser": "^5.27.1",
44
+ "chai": "^4.3.6",
45
+ "eslint": "^7.32.0",
46
+ "eslint-config-oclif": "^4.0.0",
47
+ "eslint-config-oclif-typescript": "^1.0.2",
48
+ "globby": "^11",
49
+ "mocha": "^10.0.0",
50
+ "nyc": "^15.1.0",
51
+ "perrisbrewery": "^9.1.37",
52
+ "penguins-oclif": "^9.1.37",
53
+ "ts-node": "^10.8.1",
54
+ "typedoc": "^0.23.10",
55
+ "typescript": "^4.7.4"
56
+ },
57
+ "peerDependencies": {
58
+ "@typescript-eslint/parser": "^5.0.0",
59
+ "@typescript-eslint/plugin": "^5.0.0",
60
+ "typescript": "^4.6.0"
61
+ },
62
+ "dirname": "eggs",
63
+ "engines": {
64
+ "node": ">=14.0.0"
65
+ },
66
+ "files": [
67
+ "/addons",
68
+ "/assets",
69
+ "/bin",
70
+ "/conf",
71
+ "/lib",
72
+ "/manpages",
73
+ "mkinitcpio",
74
+ "/scripts"
91
75
  ],
92
- "topicSeparator": " ",
93
- "additionalHelpFlags": [
94
- "-h"
76
+ "homepage": "https://penguins-eggs.net/",
77
+ "keywords": [
78
+ "oclif",
79
+ "refracta",
80
+ "remastersys",
81
+ "systemback"
95
82
  ],
96
- "additionalVersionFlags": [
97
- "-v"
98
- ]
99
- },
100
- "repository": "https://github.com/pieroproietti/penguins-eggs",
101
- "shortName": "eggs",
102
- "types": "lib/index.d.ts",
103
- "scripts": {
104
- "build": "tsc -p .",
105
- "deb": "oclif pack:deb && pb deb ./",
106
- "docs": "rm docs -rf && npx typedoc src --out docs",
107
- "lint": "eslint . --ext .ts --config .eslintrc",
108
- "lint-and-fix": "eslint . --ext .ts --fix --config .eslintrc",
109
- "posttest": "eslint . --ext .ts --config .eslintrc",
110
- "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
111
- "tarballs": "oclif pack:tarballs --root=. --targets=linux-x64 --no-xz",
112
- "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
113
- "version": "oclif readme && git add README.md"
114
- }
115
- }
83
+ "license": "MIT",
84
+ "main": "./lib/index.js",
85
+ "oclif": {
86
+ "bin": "eggs",
87
+ "commands": "./lib/commands",
88
+ "plugins": [
89
+ "@oclif/plugin-autocomplete",
90
+ "@oclif/plugin-help",
91
+ "@oclif/plugin-not-found",
92
+ "@oclif/plugin-warn-if-update-available",
93
+ "@oclif/plugin-version"
94
+ ],
95
+ "topicSeparator": " ",
96
+ "additionalHelpFlags": [
97
+ "-h"
98
+ ],
99
+ "additionalVersionFlags": [
100
+ "-v"
101
+ ]
102
+ },
103
+ "repository": "https://github.com/pieroproietti/penguins-eggs",
104
+ "scripts": {
105
+ "build": "tsc -p .",
106
+ "deb": "oclif pack:deb && pb deb ./",
107
+ "docs": "rm docs -rf && npx typedoc src --out docs",
108
+ "lint": "eslint . --ext .ts --config .eslintrc",
109
+ "lint-and-fix": "eslint . --ext .ts --fix --config .eslintrc",
110
+ "postpack": "rm -f oclif.manifest.json",
111
+ "posttest": "eslint . --ext .ts --config .eslintrc",
112
+ "prepack": "rm lib -rf && tsc -b && oclif manifest && oclif readme",
113
+ "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
114
+ "tarballs": "oclif pack:tarballs --root=. --targets=linux-x64 --no-xz",
115
+ "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
116
+ "version": "oclif readme && git add README.md"
117
+ },
118
+ "shortName": "eggs",
119
+ "types": "lib/index.d.ts"
120
+ }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/scripts/resy.sh CHANGED
File without changes
File without changes