Missing tx-linux-amd64.tar.gz file in v1.6.11 release assets cause installation fail
Closed this issue · 1 comments
insolor commented
I'm trying to install tx
using default way from the README:
❯ curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3426 100 3426 0 0 14907 0 --:--:-- --:--:-- --:--:-- 14960
** Installing CLI from https://github.com/transifex/cli/releases/latest/download/tx-linux-amd64.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 9 100 9 0 0 16 0 --:--:-- --:--:-- --:--:-- 0
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
** Adding CLI to PATH
** export PATH="/home/insolor/Projects/test:$PATH" was added to /home/insolor/.zshrc. Please restart your terminal to have access to 'tx' from any path.
** If everything went fine you should see the Transifex CLI version in the following line.
bash: line 111: ./tx: No such file or a catalog
Opening https://github.com/transifex/cli/releases/latest/download/tx-linux-amd64.tar.gz in a browser shows "Not found".
And indeed, there is no such file in assets for https://github.com/transifex/cli/releases/tag/v1.6.11 release.
As a workaround I use installation of v1.6.10 version:
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- v1.6.10