Add TODO to setup script

This commit is contained in:
ace 2023-05-02 19:58:21 +01:00
parent 4cdd577578
commit ff886fd057
1 changed files with 5 additions and 1 deletions

View File

@ -2,4 +2,8 @@
#git remote set-url disroot git@git.disroot.org:ace/hugo-demo.git 2> /dev/null || git remote add disroot git@git.disroot.org:ace/hugo-demo.git
git remote set-url disroot https://git.disroot.org/ace/hugo-demo.git 2> /dev/null || git remote add disroot https://git.disroot.org/ace/hugo-demo.git
git remote -v update
git branch -u disroot/main
git branch -u disroot/main
# TODO:
# - add install scripts here once checks put in place
# - add code which will add the other scripts to $PATH so they are less clunky to call