Skip to content

Commit e4e18a5

Browse files
authored
Update MaenUpdater.lua
1 parent ee95d7c commit e4e18a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

MaenUpdater.lua

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ shell.execute("rm web.lua")
77
shell.execute("rm account.lua")
88

99
print("Updating")
10-
shell.execute("wget https://raw.githubusercontent.com/PoroCoco/myaenetwork/main/account.lua")
11-
shell.execute("wget https://raw.githubusercontent.com/PoroCoco/myaenetwork/main/web.lua")
12-
shell.execute("wget https://raw.githubusercontent.com/PoroCoco/myaenetwork/main/accountAux.lua")
13-
shell.execute("wget https://raw.githubusercontent.com/PoroCoco/myaenetwork/main/webAux.lua")
14-
shell.execute("wget https://raw.githubusercontent.com/PoroCoco/myaenetwork/main/MaenUpdater.lua")
10+
shell.execute("wget https://raw.githubusercontent.com/Ex0danify/myaenetwork/main/account.lua")
11+
shell.execute("wget https://raw.githubusercontent.com/Ex0danify/myaenetwork/main/web.lua")
12+
shell.execute("wget https://raw.githubusercontent.com/Ex0danify/myaenetwork/main/accountAux.lua")
13+
shell.execute("wget https://raw.githubusercontent.com/Ex0danify/myaenetwork/main/webAux.lua")
14+
shell.execute("wget https://raw.githubusercontent.com/Ex0danify/myaenetwork/main/MaenUpdater.lua")
1515
shell.setWorkingDirectory("/home/")
1616
print("Rebooting")
17-
computer.shutdown(true)
17+
computer.shutdown(true)

0 commit comments

Comments
 (0)