Update redstoneAnalogOutput.lua
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
local filePath = "basalt.lua" --here you can change the file path default: basalt.lua
|
--Basalt configurated installer
|
||||||
|
local filePath = "basalt.lua" --here you can change the file path default: basalt
|
||||||
if not(fs.exists(filePath))then
|
if not(fs.exists(filePath))then
|
||||||
shell.run("pastebin run ESs1mg7P packed true "..filePath) -- this is an alternative to the wget command
|
shell.run("pastebin run ESs1mg7P packed true "..filePath:gsub(".lua", "")) -- this is an alternative to the wget command
|
||||||
end
|
end
|
||||||
|
|
||||||
-- toastonrye's example: Redstone Analog Output
|
-- toastonrye's example: Redstone Analog Output
|
||||||
|
|||||||
Reference in New Issue
Block a user