fixed more filepath

This commit is contained in:
2024-02-22 19:08:16 +01:00
parent 55897a02ad
commit 462907003b
2 changed files with 2 additions and 2 deletions

View File

@@ -29,4 +29,4 @@ if automaticUpdate then
print("notImplementedYet") print("notImplementedYet")
end end
os.execute("mv shortcut.lua /usr/bin/powerman") os.execute("mv shortcut.lua /usr/bin/powerman.lua")

View File

@@ -2,7 +2,7 @@
print("Updaten? (Y/*)") print("Updaten? (Y/*)")
local abfrage = io.read() local abfrage = io.read()
if abfrage == "Y\n" then if abfrage == "Y" then
print("Ja!") print("Ja!")
os.execute("gitrepo seesberger/PowerManager /home/PowerManager") os.execute("gitrepo seesberger/PowerManager /home/PowerManager")
else else