$ cd chia-blockchain
$ git show
$ . ./activate
$ chia stop -d all
$ deactivate
$ git fetch
$ git checkout latest
$ git reset --hard FETCH_HEAD
HEAD is now at 9e9097b1 Chia Blockchian 1.1.6 (#5644)
$ git status
$ git show
$ git reset --hard
sudo -H sh install.sh
. ./activate
chia init
$ chia version
1.1.6
cd chia-blockchain-gui/
git fetch
cd ..
chmod +x ./install-gui.sh
./install-gui.sh
cd chia-blockchain-gui
npm run electron &
cd chia-blockchain/
$ git show
commit 9e9097b11688e52ee13683533d1ad273d231a1ee (HEAD -> latest, tag: 1.1.6, origin/latest)
. ./activate
chia stop -d all
deactivate
git fetch
git reset --hard FETCH_HEAD
sudo -H sh install.sh
. ./activate
chia init
chia version
1.1.7
./install-gui.sh
cd chia-blockchain-gui
npm run electron &
参考: