From fef875d985dc46d82757fda6ae9cb0443ace13d7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 26 May 2024 11:59:06 -0700 Subject: [PATCH] Need a bootstrapper to get going --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bootstrap.sh diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100644 index 0000000..3878bdf --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,4 @@ +sudo apt update -y +sudo apt install -y curl git +git clone https://x ~/.omakub +source ~/.omakub/install.sh