Skip to content

Commit

Permalink
lsb-release removed from all (#443)
Browse files Browse the repository at this point in the history
* tentativo di rimuovere lsb_release

* package

* 10.0.57

* dovrebbe...

* Rocky non rocky

* testing on Arch

* Opensuse

* opensuse

* v10.0.57
  • Loading branch information
pieroproietti authored Dec 27, 2024
1 parent 0f9ef35 commit e6d62cc
Show file tree
Hide file tree
Showing 11 changed files with 135 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1546,5 +1546,5 @@
]
}
},
"version": "10.0.56"
"version": "10.0.57"
}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ penguins-eggs
# Changelog
Versions are listed on reverse order, the first is the last one.

## penguins-eggs-10.0.57
Completely removed for all the distros `lsb_release` package.

## penguins-eggs-10.0.56
One more step forward with fedora, openmamba, openSuSE and RHEL distributions in general:

Expand Down
58 changes: 29 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ EXAMPLES
$ eggs adapt
```

_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/adapt.ts)_
_See code: [src/commands/adapt.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/adapt.ts)_

## `eggs analyze`

Expand All @@ -516,7 +516,7 @@ EXAMPLES
sudo eggs analyze
```

_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/analyze.ts)_
_See code: [src/commands/analyze.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/analyze.ts)_

## `eggs autocomplete [SHELL]`

Expand Down Expand Up @@ -547,7 +547,7 @@ EXAMPLES
$ eggs autocomplete --refresh-cache
```

_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.13/src/commands/autocomplete/index.ts)_
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v3.2.14/src/commands/autocomplete/index.ts)_

## `eggs calamares`

Expand Down Expand Up @@ -580,7 +580,7 @@ EXAMPLES
sudo eggs calamares --remove
```

_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/calamares.ts)_
_See code: [src/commands/calamares.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/calamares.ts)_

## `eggs config`

Expand All @@ -607,7 +607,7 @@ EXAMPLES
sudo eggs config --clean --nointeractive
```

_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/config.ts)_
_See code: [src/commands/config.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/config.ts)_

## `eggs cuckoo`

Expand All @@ -627,7 +627,7 @@ EXAMPLES
sudo eggs cuckoo
```

_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/cuckoo.ts)_
_See code: [src/commands/cuckoo.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/cuckoo.ts)_

## `eggs dad`

Expand Down Expand Up @@ -655,7 +655,7 @@ EXAMPLES
sudo dad --default
```

_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/dad.ts)_
_See code: [src/commands/dad.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/dad.ts)_

## `eggs export iso`

Expand All @@ -680,7 +680,7 @@ EXAMPLES
$ eggs export iso --clean
```

_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/export/iso.ts)_
_See code: [src/commands/export/iso.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/export/iso.ts)_

## `eggs export pkg`

Expand All @@ -707,7 +707,7 @@ EXAMPLES
$ eggs export pkg --all
```

_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/export/pkg.ts)_
_See code: [src/commands/export/pkg.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/export/pkg.ts)_

## `eggs export tarballs`

Expand All @@ -731,7 +731,7 @@ EXAMPLES
$ eggs export tarballs --clean
```

_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/export/tarballs.ts)_
_See code: [src/commands/export/tarballs.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/export/tarballs.ts)_

## `eggs help [COMMAND]`

Expand Down Expand Up @@ -792,7 +792,7 @@ EXAMPLES
sudo eggs install --chroot
```

_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/install.ts)_
_See code: [src/commands/install.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/install.ts)_

## `eggs kill`

Expand All @@ -815,7 +815,7 @@ EXAMPLES
sudo eggs kill
```

_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/kill.ts)_
_See code: [src/commands/kill.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/kill.ts)_

## `eggs krill`

Expand Down Expand Up @@ -875,7 +875,7 @@ EXAMPLES
$ eggs auto
```

_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/love.ts)_
_See code: [src/commands/love.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/love.ts)_

## `eggs mom`

Expand All @@ -895,7 +895,7 @@ EXAMPLES
$ eggs mom
```

_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/mom.ts)_
_See code: [src/commands/mom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/mom.ts)_

## `eggs produce`

Expand Down Expand Up @@ -954,7 +954,7 @@ EXAMPLES
sudo eggs produce --excludes home # exclude ~/*
```

_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/produce.ts)_
_See code: [src/commands/produce.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/produce.ts)_

## `eggs status`

Expand All @@ -975,7 +975,7 @@ EXAMPLES
$ eggs status
```

_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/status.ts)_
_See code: [src/commands/status.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/status.ts)_

## `eggs syncfrom`

Expand All @@ -1001,7 +1001,7 @@ EXAMPLES
sudo eggs syncfrom --file /path/to/luks-volume
```

_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/syncfrom.ts)_
_See code: [src/commands/syncfrom.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/syncfrom.ts)_

## `eggs syncto`

Expand All @@ -1028,7 +1028,7 @@ EXAMPLES
sudo eggs syncto --excludes
```

_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/syncto.ts)_
_See code: [src/commands/syncto.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/syncto.ts)_

## `eggs tools clean`

Expand All @@ -1050,7 +1050,7 @@ EXAMPLES
sudo eggs tools clean
```

_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/tools/clean.ts)_
_See code: [src/commands/tools/clean.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/tools/clean.ts)_

## `eggs tools ppa`

Expand All @@ -1076,7 +1076,7 @@ EXAMPLES
sudo eggs tools ppa --remove
```

_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/tools/ppa.ts)_
_See code: [src/commands/tools/ppa.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/tools/ppa.ts)_

## `eggs tools skel`

Expand All @@ -1100,7 +1100,7 @@ EXAMPLES
sudo eggs tools skel --user user-to-be-copied
```

_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/tools/skel.ts)_
_See code: [src/commands/tools/skel.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/tools/skel.ts)_

## `eggs tools stat`

Expand All @@ -1126,7 +1126,7 @@ EXAMPLES
$ eggs tools stat --year
```

_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/tools/stat.ts)_
_See code: [src/commands/tools/stat.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/tools/stat.ts)_

## `eggs tools yolk`

Expand All @@ -1147,7 +1147,7 @@ EXAMPLES
sudo eggs tools yolk
```

_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/tools/yolk.ts)_
_See code: [src/commands/tools/yolk.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/tools/yolk.ts)_

## `eggs update`

Expand All @@ -1168,7 +1168,7 @@ EXAMPLES
$ eggs update
```

_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/update.ts)_
_See code: [src/commands/update.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/update.ts)_

## `eggs version`

Expand All @@ -1188,7 +1188,7 @@ FLAG DESCRIPTIONS
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
```

_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.17/src/commands/version.ts)_
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.18/src/commands/version.ts)_

## `eggs wardrobe get [REPO]`

Expand All @@ -1214,7 +1214,7 @@ EXAMPLES
$ eggs wardrobe get your-wardrobe
```

_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/wardrobe/get.ts)_
_See code: [src/commands/wardrobe/get.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/wardrobe/get.ts)_

## `eggs wardrobe list [REPO]`

Expand Down Expand Up @@ -1243,7 +1243,7 @@ EXAMPLES
$ eggs wardrobe list --distro arch
```

_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/wardrobe/list.ts)_
_See code: [src/commands/wardrobe/list.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/wardrobe/list.ts)_

## `eggs wardrobe show [REPO]`

Expand Down Expand Up @@ -1273,7 +1273,7 @@ EXAMPLES
$ eggs wardrobe show accessories/
```

_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/wardrobe/show.ts)_
_See code: [src/commands/wardrobe/show.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/wardrobe/show.ts)_

## `eggs wardrobe wear [REPO]`

Expand Down Expand Up @@ -1304,7 +1304,7 @@ EXAMPLES
sudo eggs wardrobe wear wagtail/waydroid
```

_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.56/src/commands/wardrobe/wear.ts)_
_See code: [src/commands/wardrobe/wear.ts](https://github.com/pieroproietti/penguins-eggs/blob/v10.0.57/src/commands/wardrobe/wear.ts)_
<!-- commandsstop -->

# penGUI
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "penguins-eggs",
"shortName": "eggs",
"description": "A remaster system tool, compatible with Arch, Debian, Devuan, Ubuntu and others",
"version": "10.0.56",
"version": "10.0.57",
"author": "Piero Proietti",
"bin": {
"eggs": "./bin/run.js"
Expand Down Expand Up @@ -113,7 +113,7 @@
"lint": "eslint . --ext .ts",
"manifest": "oclif manifest",
"posttest": "pnpm run lint",
"tarballs": "shx rm -rf dist &&tsc -p . && oclif manifest && oclif pack tarballs -t linux-x64 --no-xz -r .",
"tarballs": "shx rm -rf dist && tsc -p . && oclif manifest && oclif pack tarballs -t linux-x64 --no-xz -r .",
"test": "mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
},
Expand Down
Loading

0 comments on commit e6d62cc

Please sign in to comment.