Skip to content

Commit

Permalink
update setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
bretonics committed Apr 3, 2021
1 parent ac4fdc5 commit 8750867
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8750867

Please sign in to comment.