For the complete documentation index, see llms.txt. This page is also available as Markdown.

Upgrade

Manual Upgrade

upgrade at height

cd $HOME
mkdir download
cd download
wget -O atomoned https://github.com/atomone-hub/atomone/releases/download/v1.1.2/atomoned-v1.1.2-linux-amd64
chmod +x atomoned
mv atomoned $HOME/go/bin
sudo systemctl restart atomoned && sudo journalctl -fu atomoned -o cat 

Last updated