From 1c76130086a1a4fd83903e1cf273911da03ff66e Mon Sep 17 00:00:00 2001 From: toastonrye Date: Mon, 8 Aug 2022 17:09:35 -0500 Subject: [PATCH] Update redstoneAnalogOutput.lua --- examples/redstoneAnalogOutput.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/redstoneAnalogOutput.lua b/examples/redstoneAnalogOutput.lua index ef4d287..d69e0c0 100644 --- a/examples/redstoneAnalogOutput.lua +++ b/examples/redstoneAnalogOutput.lua @@ -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 - 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 -- toastonrye's example: Redstone Analog Output