From ff886fd0577e5842484f22ad4b3fbfe151da1bf4 Mon Sep 17 00:00:00 2001 From: ace Date: Tue, 2 May 2023 19:58:21 +0100 Subject: [PATCH] Add TODO to setup script --- setup.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index e40919a..48bc983 100755 --- a/setup.sh +++ b/setup.sh @@ -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 \ No newline at end of file +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 \ No newline at end of file