Problem upgrading to 10.1.4 (Guild Operator Scripts) Cardano-CLI 10.1.1 Rev. 0000000

image

Can’t get the Cardano-Cli to upgrade, Cardano-node upgrades fine to 10.1.4.

using:

cd ~/git
git clone https://github.com/intersectmbo/cardano-node
cd cardano-node
git fetch --tags --recurse-submodules --all
git pull
# Replace tag against checkout if you do not want to build the latest released version, we recommend using battle tested node versions - which may not always be latest
git checkout $(curl -sLf https://api.github.com/repos/intersectmbo/cardano-node/releases/latest | jq -r .tag_name)

# Use `-l` argument if you'd like to use system libsodium instead of IOG fork of libsodium while compiling
$CNODE_HOME/scripts/cabal-build-all.sh

1 Like

1 Like

Tried

Git Checkout 10.1.4, Git checkout tags/10.1.4

Checkout 10.1.1

Still getting
image

1 Like

Anyone have a solution or where I can get a 10.1.1 cardano-cli?

I found it, I got it working now. Execute command from the main Cardano folder.

Worked on Ubuntu 24.04

cp -p “$(./scripts/bin-path.sh cardano-node)” ~/.local/bin/
cp -p “$(./scripts/bin-path.sh cardano-cli)” ~/.local/bin/

image

1 Like