home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

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:
MREADME.org | 2+-
Rbootstrap.sh -> hack/bootstrap.sh | 0
Rinstall.sh -> hack/install.sh | 0
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