upgrade
stop service
sudo systemctl stop atreidesddownload update
wget https://github.com/terra-money/alliance/archive/refs/tags/v0.1.0-goa.tar.gzuntar
tar -zxvf v0.1.0-goa.tar.gz CD
cd alliance-0.1.0-goa#install go
if ! [ -x "$(command -v go)" ]; then
ver="1.18.2"
cd $HOME
wget "https://golang.org/dl/go$ver.linux-amd64.tar.gz"
sudo rm -rf /usr/local/go
sudo tar -C /usr/local -xzf "go$ver.linux-amd64.tar.gz"
rm "go$ver.linux-amd64.tar.gz"
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> ~/.bash_profile
source ~/.bash_profile
fiCD
#build
unjail
Last updated