From 6953c6dfebbe67e81dba598c690f73aa5ee39cb7 Mon Sep 17 00:00:00 2001 From: ajh123 Date: Sun, 21 Aug 2022 16:04:29 +0100 Subject: [PATCH] RM Gui fix --- installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.lua b/installer.lua index ec645c5..4d0e8fa 100644 --- a/installer.lua +++ b/installer.lua @@ -35,7 +35,7 @@ local preset = { -- Function to run when the download completes done = function() if not silent then print("Done") end - shell.run("/tmp/IPvCC/setup/main.lua") + shell.run("/IPvCC/setup/main.lua") end }