The Osmosis Installer script is a bit broken and it needs some help to
get working. Most notably, it’ll delete ~/.osmosisd
directory and
then complain that it doesn’t exist. Thankfully this is relatively
simple to fix.
cd
curl -sL https://get.osmosis.zone/install > install.py
patch -p1 <<EOF