Stéphane MORI
Stéphane MORI
I just made a commit considering your remarks : https://github.com/backstage/backstage/pull/13013/commits/fdc6f0ad7dc27525ff29fae6eadedf6e39ce28a3
Hello, Same problem in GitHub Action : ``` Run curl -L get.web3j.io | sh && source ~/.web3j/source.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload...
At this address : `get.web3j.io`, we can find the install script. It contains this block : ``` install_web3j() { echo "Downloading Web3j ..." mkdir -p "$HOME/.web3j" if [ "$(curl --write-out...
I made a fix : https://github.com/LFDT-web3j/web3j-installer/pull/22
Until the merge of the fix, you can use this command : `curl -L get.web3j.io | sed 's/hyperledger/LFDT/g' | sh && source ~/.web3j/source.sh`
Now fixed : https://github.com/LFDT-web3j/web3j-installer/pull/22. Issue can be closed.