Posted 20 October 2012 - 11:34 PM
Okay, so what I wanted to do was to create a startup file that would delete the original, get a new one from pastebin and save it as startup, this way I could edit the code in pastebin realtime and just update the computer and everything would be there…
what I got is this:
although when i type in
and then reboot the computer i get this error:
I'm not really sure what I'm doing wrong, and I cant seem to find any tutorials about this
what I got is this:
while true do
term.clear()
delete startup
sleep(2)
pastebin get km4CH8UV startup
print("YAY!")
end
end
although when i type in
pastebin get km4CH8UV startup
and then reboot the computer i get this error:
bios:206 [string "startup"]:3: '=' expected
I'm not really sure what I'm doing wrong, and I cant seem to find any tutorials about this