Keep up-to-date with upstream stali
Precondition: You have successfully installed stali. As you may have noticed, stali’s rootfs’es are managed by git.
Keep up-to-date as follows:
# cd /
# git pull
Done.
Alternatively you can also downgrade or checkout a specific release:
# cd /
# git checkout 0.1
Done.