This commit is contained in:
2024-02-22 21:52:11 +01:00
parent 462907003b
commit 44a080a9a4
3 changed files with 18 additions and 15 deletions

View File

@@ -3,10 +3,11 @@ print("Updaten? (Y/*)")
local abfrage = io.read()
if abfrage == "Y" then
print("Ja!")
print("Update und Installationsprogramm werden abgerufen...")
os.execute("gitrepo seesberger/PowerManager /home/PowerManager")
dofile("/home/installer.lua")
else
print("Nein!")
print("Ohne Update fortfahren...")
os.sleep(1)
end