This commit is contained in:
2024-02-22 21:58:11 +01:00
parent 44a080a9a4
commit 2a890d1fe3
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ local abfrage = io.read()
if abfrage == "Y" then
print("Update und Installationsprogramm werden abgerufen...")
os.execute("gitrepo seesberger/PowerManager /home/PowerManager")
dofile("/home/installer.lua")
dofile("/home/PowerManager/installer.lua")
else
print("Ohne Update fortfahren...")
os.sleep(1)