Fix fj installation
This commit is contained in:
parent
f06242ebb5
commit
88bf0271e5
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ jobs:
|
|||
|
||||
- name: Install fj
|
||||
run: |
|
||||
wget https://codeberg.org/Cyborus/forgejo-cli/releases/download/v0.2.0/forgejo-cli-linux.gz -O fj.tar.gz
|
||||
gunzip fj.tar.gz
|
||||
wget https://codeberg.org/Cyborus/forgejo-cli/releases/download/v0.2.0/forgejo-cli-linux.gz -O fj.gz
|
||||
gunzip fj.gz
|
||||
mv fj /usr/local/bin/fj
|
||||
chmod +x /usr/local/bin/fj
|
||||
|
||||
|
|
Loading…
Reference in a new issue