From 34c8e2d48844a6330e9bc0142c9e9be260c45f81 Mon Sep 17 00:00:00 2001 From: xomf Date: Sat, 17 Aug 2024 22:30:25 -0400 Subject: [PATCH] uwu --- src/updater.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/updater.lua b/src/updater.lua index 54ea2ec..071e8a7 100644 --- a/src/updater.lua +++ b/src/updater.lua @@ -11,7 +11,7 @@ local function checkForUpdate() --its been considerable time since the keypad was interacted with --therefore it's time to force an update down the users throat (microsoft moment) if difference > .5 then - local update_code_request = http.get("https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/main/keypadOS.lua") + local update_code_request = http.get("https://git.mcorangehq.xyz/xomf/keypadOS/raw/branch/main/keypadOS.lua?x=" + tostring( math.random(11111111,99999999) )) --I HATE CACHE REEEEEEEEEEEEEEEEE if update_code_request then local update_code_text = update_code_request.readAll() if update_code_text then