Update alpine-pkgs

This commit is contained in:
~lucidiot 2022-02-13 19:45:55 +01:00
parent a5897c3c65
commit ea07519a41
1 changed files with 17 additions and 3 deletions

View File

@ -249,6 +249,9 @@ in ~durrendal's repo:
`nuke`
: Erases your disk upon installation.
`landmine`
: Erases your disk upon *uninstallation*.
`nothing`
: Just nothing. A completely useless empty package.
@ -261,7 +264,7 @@ conflict.
`bathwater`
: A package that depends on `baby`, so that you can throw the baby out with
: the bathwater upon removal.
the bathwater upon removal.
: This could also install some e-girl wallpapers for maximum curse.
`thanos`
@ -270,6 +273,10 @@ conflict.
`russian-roulette`
: `nuke`, but it only erases your disk with a 1/6 chance.
`russian-roulette-openrc`
: `russian-roulette` as a service, erase your disk with a 1/6 chance on each
boot or each shutdown.
`perl`
: The official Perl package, but it triggers a Perl fork bomb when installed:
: `perl -e "fork while fork"`
@ -282,12 +289,15 @@ conflict.
`systemd-openrc`
: A bunch of OpenRC services that allow you to be confused between systemd
: and openrc without rewriting every command: `service restart something`
: calls /etc/init.d/restart, which calls the proper `service something restart`
and openrc without rewriting every command: `service restart something`
calls `/etc/init.d/restart`, which calls the proper `service something restart`
`cant-touch-this`
: A package that uninstalls itself as soon as you install it.
`recursion`
: A package that depends on itself.
`evil-sh`
: <https://github.com/mathiasbynens/evil.sh>
@ -298,3 +308,7 @@ Emacs.
: Alternatively, this could symlink every binary to emacs, so that anything
you run is emacs:
: `find . -type f -executable -not -path '/usr/bin/emacs' -exec ln -s /usr/bin/emacs '{}' +`
`energystar`
: Issues [SysRq](https://en.wikipedia.org/wiki/Magic_SysRq_key) commands to
shut the computer down as quickly as possible to save energy.