Update basaltPreview.lua

This commit is contained in:
Robert Jelic
2022-07-06 20:27:22 +02:00
committed by GitHub
parent 79bea8c094
commit 4bbdb3ba31

View File

@@ -1,9 +1,9 @@
--Basalt configurated installer
local filePath = "basalt.lua" --here you can change the file path default: basalt.lua
if not(fs.exists(filePath))then
shell.run("pastebin run ESs1mg7P "..filePath) -- this is an alternative to the wget command
shell.run("pastebin run ESs1mg7P packed true "..filePath) -- this is an alternative to the wget command
end
local basalt = dofile(filePath) -- here you can change the variablename in any variablename you want default: basalt
local basalt = require(filePath) -- here you can change the variablename in any variablename you want default: basalt
local w, h = term.getSize()