From 0e86d49913f90cf05ba82cfd6d41510f7c9125f5 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Thu, 19 May 2022 22:57:26 +0200 Subject: [PATCH] Updated Installer (markdown) --- Installer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installer.md b/Installer.md index 04216a6..c0f5750 100644 --- a/Installer.md +++ b/Installer.md @@ -37,7 +37,7 @@ if not(fs.exists(filePath))then local event, p1,p2,p3,p4 = os.pullEvent() if(event=="mouse_click")then if(p3==math.floor(h/2+2))and(p2>=w/2-8)and(p2<=w/2-2)then - shell.run("wget https://raw.githubusercontent.com/NoryiE/Basalt/master/basalt.lua "..filePath) + shell.run("pastebin run ESs1mg7P") _installerWindow.setVisible(false) term.clear() break @@ -64,7 +64,7 @@ Here is a very basic one which just installs basalt.lua if don't exist: --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("wget https://raw.githubusercontent.com/NoryiE/Basalt/master/basalt.lua "..filePath) +shell.run("pastebin run ESs1mg7P") end local basalt = dofile(filePath) -- here you can change the variablename in any variablename you want default: basalt