commit 447ea6bc2a71b7dd9363c92da9b188bbe79087a5
parent 1f00c91b4704c5de0bf64646adaae03813aa23db
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sat, 6 Jun 2020 17:08:26 +0200
Move bootstrap and install scipts to hack
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.org b/README.org
@@ -35,7 +35,7 @@
you can use ~curl~ for this.
#+begin_src bash
-curl https://gitlab.com/vdemeester/home/-/raw/master/bootstrap.sh | sh
+curl https://gitlab.com/vdemeester/home/-/raw/master/hack/bootstrap.sh | sh
#+end_src
Otherwise, clone this repository somewhere, read the =bootstrap.sh= file and execute it if
diff --git a/bootstrap.sh b/hack/bootstrap.sh
diff --git a/install.sh b/hack/install.sh