You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to install the v0.2.4 using the installation script curl https://raw.githubusercontent.com/birdayz/kaf/master/godownloader.sh | BINDIR=$HOME/bin bash
I get an error 404
The version kaf_0.2.4_Linux_x86_64.tar.gz is not found.
I think the problem comes from the fact that unlike the other version, v0.2.4 does not have the version in its name which cause the tarball name initialization here to be incorrect.
The text was updated successfully, but these errors were encountered:
thanks for reporting. i had to fix a few issues related to updating goreleaser. it's now fixed, it should work again starting with 0.2.6.
curl https://raw.githubusercontent.com/birdayz/kaf/master/godownloader.sh | BINDIR=$HOME/bin bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9532 100 9532 0 0 40637 0 --:--:-- --:--:-- --:--:-- 40561
birdayz/kaf info checking GitHub for latest tag
birdayz/kaf info found version: 0.2.6 for v0.2.6/Linux/x86_64
birdayz/kaf info installed /home/birdy/bin/kaf
Hello,
When I try to install the v0.2.4 using the installation script
curl https://raw.githubusercontent.com/birdayz/kaf/master/godownloader.sh | BINDIR=$HOME/bin bash
I get an error 404
The version kaf_0.2.4_Linux_x86_64.tar.gz is not found.
I think the problem comes from the fact that unlike the other version, v0.2.4 does not have the version in its name which cause the tarball name initialization here to be incorrect.
The text was updated successfully, but these errors were encountered: