diff --git a/bootstrap.lua b/bootstrap.lua new file mode 100644 index 0000000..eb5f4c1 --- /dev/null +++ b/bootstrap.lua @@ -0,0 +1,8 @@ +-- This is a one line, clipboard friendly installer of gitea.lua +-- +-- To install the gitea script +-- * Copy the last line of this file +-- * Open your lua interpreter in the turtle +-- * Paste the line using +-- * Hit enter +h=io.open("gitea","w");print("You may run gitea now.");r=http.get("https://gitea.leafbla.de/dominic/turtles/raw/branch/master/gitea.lua");h:write(r.readAll());exit()