ci: update rustypipe-botguard
This commit is contained in:
parent
4516dddaeb
commit
ef24dc3e95
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
TARGET=$(rustc --version --verbose | grep "host:" | sed -e 's/^host: //')
|
TARGET=$(rustc --version --verbose | grep "host:" | sed -e 's/^host: //')
|
||||||
cd ~
|
cd ~
|
||||||
curl -SsL -o rustypipe-botguard.tar.xz "https://codeberg.org/ThetaDev/rustypipe-botguard/releases/download/v0.1.0/rustypipe-botguard-v0.1.0-${TARGET}.tar.xz"
|
curl -SsL -o rustypipe-botguard.tar.xz "https://codeberg.org/ThetaDev/rustypipe-botguard/releases/download/v0.1.1/rustypipe-botguard-v0.1.1-${TARGET}.tar.xz"
|
||||||
cd /usr/local/bin
|
cd /usr/local/bin
|
||||||
sudo tar -xJf ~/rustypipe-botguard.tar.xz
|
sudo tar -xJf ~/rustypipe-botguard.tar.xz
|
||||||
rm ~/rustypipe-botguard.tar.xz
|
rm ~/rustypipe-botguard.tar.xz
|
||||||
|
|
|
||||||
Reference in a new issue