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
|
||||
tree
|
||||
wget
|
||||
mosh
|
||||
|
|
|
@ -2,3 +2,4 @@ kubectl
|
|||
helm
|
||||
k9s
|
||||
fluxctl
|
||||
kubectx
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
.SH NAME
|
||||
|
||||
instalee - Unix-style universal package management wrapper
|
||||
instalee - Unix-style universal package installation wrapper
|
||||
|
||||
.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.
|
||||
.TP
|
||||
<identifier>
|
||||
Name of the packager for which this entry is meant,
|
||||
Name of the handler for this entry,
|
||||
including potential pre- and suffixes.
|
||||
.TP
|
||||
<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