11 lines
296 B
Lua
11 lines
296 B
Lua
|
--[[
|
||
|
Installation script for installing all libraries.
|
||
|
|
||
|
Run `wget run https://github.com/andrewlalis/movescript/blob/main/install.lua`
|
||
|
to run the installer on your device.
|
||
|
]]--
|
||
|
|
||
|
BASE_URL = "https://github.com/andrewlalis/movescript/blob/main"
|
||
|
|
||
|
shell.run("wget " .. BASE_URL .. "/movescript.lua")
|