A few package additions, especially coop-cloud
This commit is contained in:
parent
32f1c8890a
commit
54367b557a
7 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
shell-tools
|
shell/tools
|
||||||
fd
|
fd
|
||||||
ripgrep
|
ripgrep
|
||||||
zsh-completions
|
zsh-completions
|
||||||
|
@ -7,3 +7,4 @@ unrar
|
||||||
man-pages
|
man-pages
|
||||||
base-devel
|
base-devel
|
||||||
topgrade
|
topgrade
|
||||||
|
wiked-diff
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
shell-basics
|
shell/basics
|
||||||
tree
|
tree
|
||||||
wget
|
wget
|
||||||
texinfo
|
texinfo
|
||||||
|
|
0
handlers/chocolatey/install
Normal file → Executable file
0
handlers/chocolatey/install
Normal file → Executable file
1
packages/abra/aur
Normal file
1
packages/abra/aur
Normal file
|
@ -0,0 +1 @@
|
||||||
|
abra-git
|
2
packages/abra/linux
Normal file
2
packages/abra/linux
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
curl https://install.abra.coopcloud.tech | bash
|
|
@ -1,2 +1,3 @@
|
||||||
|
#!/bin/sh -e
|
||||||
docker swarm init
|
docker swarm init
|
||||||
docker network create -d overlay proxy
|
docker network create -d overlay proxy
|
||||||
|
|
1
packages/wiked-diff/aur
Normal file
1
packages/wiked-diff/aur
Normal file
|
@ -0,0 +1 @@
|
||||||
|
python-wikeddiff-git
|
Loading…
Add table
Reference in a new issue