๐ ๏ธ Upgrade
Automatic upgrade
source <(curl -s https://raw.githubusercontent.com/validexisinfra/Kusama/main/upgrademain.sh)
Manual upgrade
sudo systemctl stop polkadot.service
cd polkadot-sdk
sudo git fetch
git checkout polkadot-v1.18.7
cargo build --release
sudo systemctl restart polkadot.service
sudo journalctl -u polkadot.service -f
Last updated