chore: add a few server packages
This commit is contained in:
parent
5a57f0542a
commit
91ac4bbdb7
9 changed files with 11 additions and 2 deletions
|
@ -6,3 +6,4 @@ fd
|
||||||
bpytop
|
bpytop
|
||||||
tree
|
tree
|
||||||
wget
|
wget
|
||||||
|
mosh
|
||||||
|
|
|
@ -2,3 +2,4 @@ kubectl
|
||||||
helm
|
helm
|
||||||
k9s
|
k9s
|
||||||
fluxctl
|
fluxctl
|
||||||
|
kubectx
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
|
||||||
instalee - Unix-style universal package management wrapper
|
instalee - Unix-style universal package installation wrapper
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ The package. Corresponds to a directory in \fIpackages\fP.
|
||||||
Add a package entry to the repo. Will prompt for missing arguments.
|
Add a package entry to the repo. Will prompt for missing arguments.
|
||||||
.TP
|
.TP
|
||||||
<identifier>
|
<identifier>
|
||||||
Name of the packager for which this entry is meant,
|
Name of the handler for this entry,
|
||||||
including potential pre- and suffixes.
|
including potential pre- and suffixes.
|
||||||
.TP
|
.TP
|
||||||
<content>
|
<content>
|
||||||
|
|
2
packages/libguestfs/apt
Normal file
2
packages/libguestfs/apt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
libguestfs
|
||||||
|
libguestfs-tools
|
2
packages/libguestfs/arch
Normal file
2
packages/libguestfs/arch
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
libguestfs
|
||||||
|
guestfs-tools
|
1
packages/mosh/apt
Normal file
1
packages/mosh/apt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
1
packages/mosh/arch
Normal file
1
packages/mosh/arch
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
1
packages/twine/aur
Normal file
1
packages/twine/aur
Normal file
|
@ -0,0 +1 @@
|
||||||
|
twinejs-standalone
|
Loading…
Add table
Reference in a new issue