You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a few minor improvements to install script (#194)
* Echo when auto updates not enabled.
It was confusing to echo the header for enabling automatic updates and
then do/print nothing.
* Log that we are running git pull.
This is helpful for anyone who has an ssh-agent that requires PIN /
touch confirmation, to know that the script is blocked on git pull.
* Remove deprecated docker-compose version field.
This silences this warning:
docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
* Fix unescaped \ in ascii art.
* Rename run() to logrun().
0 commit comments