🎉 Added pacaptr

This commit is contained in:
Edgar 2021-10-21 20:23:46 +02:00
parent fb475fc46a
commit 0708ef907a
No known key found for this signature in database
GPG Key ID: 17D930BB616061A5
4 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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
View 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

View 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