Update basaltPreview.lua
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
--Basalt configurated installer
|
--Basalt configurated installer
|
||||||
local filePath = "basalt.lua" --here you can change the file path default: basalt.lua
|
local filePath = "basalt.lua" --here you can change the file path default: basalt.lua
|
||||||
if not(fs.exists(filePath))then
|
if not(fs.exists(filePath))then
|
||||||
shell.run("wget https://raw.githubusercontent.com/NoryiE/Basalt/master/basalt.lua "..filePath)
|
shell.run("pastebin run ESs1mg7P")
|
||||||
end
|
end
|
||||||
local basalt = dofile("basalt.lua") -- here you can change the variablename in any variablename you want default: basalt
|
local basalt = dofile("basalt.lua") -- here you can change the variablename in any variablename you want default: basalt
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user