Updated Home (markdown)

Robert Jelic
2022-03-31 20:57:49 +02:00
parent 16b43fa669
commit 921a0de2d4

@@ -58,7 +58,7 @@ if not(fs.exists(filePath))then
while(not(fs.exists(filePath))) do
local event, p1,p2,p3,p4 = os.pullEvent()
if(event=="mouse_click")then
if(p3==h/2+2)and(p2>=w/2-7)and(p2<=w/2-5)then
if(p3==math.floor(h/2+2))and(p2>=w/2-7)and(p2<=w/2-5)then
shell.run("wget https://raw.githubusercontent.com/NoryiE/NyoUI/master/NyoUI.lua "..filePath)
_installerWindow.setVisible(false)
term.clear()