From 75d675fea5fb45de2dcab7e4a3be39e07cc5410d Mon Sep 17 00:00:00 2001 From: Frederick Meisel Date: Thu, 22 Feb 2024 15:35:55 +0100 Subject: [PATCH] added git update tool --- main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.lua b/main.lua index bca52b3..536b383 100644 --- a/main.lua +++ b/main.lua @@ -1,2 +1,2 @@ -dofile("PowerManager/updater.lua;") -dofile("PowerManager/PowerManager.lua;") \ No newline at end of file +dofile("/home/PowerManager/updater.lua") +dofile("/home/PowerManager/PowerManager.lua") \ No newline at end of file