Need a bootstrapper to get going

This commit is contained in:
David Heinemeier Hansson 2024-05-26 11:59:06 -07:00
parent 71b9ac78b6
commit fef875d985

4
bootstrap.sh Normal file
View File

@ -0,0 +1,4 @@
sudo apt update -y
sudo apt install -y curl git
git clone https://x ~/.omakub
source ~/.omakub/install.sh