🎉 Added pacaptr
This commit is contained in:
parent
fb475fc46a
commit
0708ef907a
@ -9,6 +9,7 @@ set(TOOLS
|
|||||||
"jesseduffield/lazygit"
|
"jesseduffield/lazygit"
|
||||||
"jesseduffield/lazydocker"
|
"jesseduffield/lazydocker"
|
||||||
"svenstaro/miniserve"
|
"svenstaro/miniserve"
|
||||||
|
"rami3l/pacaptr"
|
||||||
)
|
)
|
||||||
|
|
||||||
set(EXTRA_TOOLS
|
set(EXTRA_TOOLS
|
||||||
|
@ -40,6 +40,12 @@ Repo: https://github.com/svenstaro/miniserve
|
|||||||
|
|
||||||
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-miniserve.sh" | sudo bash`
|
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-miniserve.sh" | sudo bash`
|
||||||
|
|
||||||
|
### pacaptr
|
||||||
|
|
||||||
|
Repo: https://github.com/rami3l/pacaptr
|
||||||
|
|
||||||
|
`curl "https://raw.githubusercontent.com/AnotherFoxGuy/ci-scripts/main/install-pacaptr.sh" | sudo bash`
|
||||||
|
|
||||||
### butler
|
### butler
|
||||||
|
|
||||||
Repo: https://github.com/itchio/butler
|
Repo: https://github.com/itchio/butler
|
||||||
|
7
install-pacaptr.sh
Normal file
7
install-pacaptr.sh
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -eu
|
||||||
|
|
||||||
|
mkdir -p /tmp/pacaptr
|
||||||
|
wget "https://github.com/rami3l/pacaptr/releases/download/v0.14.0/pacaptr-linux-amd64.tar.gz" -nv -O /tmp/pacaptr.tar.gz
|
||||||
|
tar xvzf /tmp/pacaptr.tar.gz -C /tmp/pacaptr
|
||||||
|
install -m 755 /tmp/pacaptr/pacaptr /usr/local/bin/fakeman
|
7
templates/install-pacaptr.sh.in
Normal file
7
templates/install-pacaptr.sh.in
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -eu
|
||||||
|
|
||||||
|
mkdir -p /tmp/pacaptr
|
||||||
|
wget "https://github.com/rami3l/pacaptr/releases/download/v@VERSION@/pacaptr-linux-amd64.tar.gz" -nv -O /tmp/pacaptr.tar.gz
|
||||||
|
tar xvzf /tmp/pacaptr.tar.gz -C /tmp/pacaptr
|
||||||
|
install -m 755 /tmp/pacaptr/pacaptr /usr/local/bin/fakeman
|
Loading…
x
Reference in New Issue
Block a user