Add bootstrap.lua
This commit is contained in:
parent
dc572c0b20
commit
656a14c2a2
8
bootstrap.lua
Normal file
8
bootstrap.lua
Normal file
@ -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 <C-p>
|
||||
-- * 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()
|
Loading…
Reference in New Issue
Block a user