Update LuaLS path in installer

This commit is contained in:
Robert Jelic
2025-03-14 03:48:42 +01:00
parent 025c8c7e50
commit 2916de7d17

View File

@@ -2,7 +2,7 @@ local basalt
local releasePath = "https://raw.githubusercontent.com/Pyroxenium/Basalt2/refs/heads/main/release/basalt.lua"
local devPath = "https://raw.githubusercontent.com/Pyroxenium/Basalt2/refs/heads/main/src/"
local configPath = "https://raw.githubusercontent.com/Pyroxenium/Basalt2/refs/heads/main/config.lua"
local luaLSPath = "https://raw.githubusercontent.com/Pyroxenium/Basalt2/refs/heads/main/src/LuaLS.lua"
local luaLSPath = "https://raw.githubusercontent.com/Pyroxenium/Basalt2/refs/heads/main/LuaLS.lua"
local basaltRequest = http.get(releasePath)
if not basaltRequest then