File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 sudo tar zxvf - -C /usr/local/bin/ fzf
2525 fzf --version
2626 - run : |
27- curl -s -L https://github.com/martinvonz/jj/releases/download/v0.33 .0/jj-v0.33 .0-x86_64-unknown-linux-musl.tar.gz |
27+ curl -s -L https://github.com/martinvonz/jj/releases/download/v0.34 .0/jj-v0.34 .0-x86_64-unknown-linux-musl.tar.gz |
2828 sudo tar zxvf - -C /usr/local/bin/ ./jj
2929 jj --version
3030 - run : |
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ command -v "awk" > /dev/null 2>&1 &&
7979 __preflightish_die " Failed to find usable 'awk' executable in \$ PATH"
8080
8181# == Jujutsu ==
82- __preflightish_require " 0.33 " jj --version --ignore-working-copy
82+ __preflightish_require " 0.34 " jj --version --ignore-working-copy
8383
8484# == fzf ==
8585__preflightish_require " 0.65.2" fzf --version
You can’t perform that action at this time.
0 commit comments