From 87508677c03054cbc6041e18a3b8c9bed917d317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Bret=C3=B3n?= Date: Sat, 3 Apr 2021 13:14:15 -0400 Subject: [PATCH] update setup script --- setup | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup b/setup index c4ee37f..f7caa62 100644 --- a/setup +++ b/setup @@ -1,6 +1,6 @@ # Download and start setup process -# git clone --recurse-submodules https://github.com/bretonics/Setup.git -curl https://codeload.github.com/bretonics/Setup/zip/v0.1.1 -o Setup-0.1.1.zip -unzip Setup-0.1.1.zip -cd Setup-0.1.1 -bash install +curl https://codeload.github.com/bretonics/Setup/zip/v1.0.0 -o Setup.zip +curl https://api.github.com/repos/bretonics/Setup/zipball/v1.0.0 -o Setup.zip +unzip Setup.zip -d Setup +cd Setup +caffeinate bash ./install.sh