Update installer.lua
This commit is contained in:
@@ -13,8 +13,8 @@ local function download_to(url,path)
|
|||||||
print(" OK")
|
print(" OK")
|
||||||
end
|
end
|
||||||
|
|
||||||
write("Do you want to setup netmount?\n(Y/n)")
|
write("Do you want to setup netmount?\n(Y/n) ")
|
||||||
local netmount = read():sub(1,1):lower() == "n"
|
local netmount = read():sub(1,1):lower() ~= "n"
|
||||||
|
|
||||||
if netmount then
|
if netmount then
|
||||||
write("URL: ")
|
write("URL: ")
|
||||||
@@ -46,4 +46,4 @@ download_to("https://github.com/cadenthecreator/ccde/raw/refs/heads/main/.wallpa
|
|||||||
|
|
||||||
if netmount then
|
if netmount then
|
||||||
download_to("https://github.com/cadenthecreator/ccde/raw/refs/heads/main/modules/netmount.lua","modules/netmount.lua")
|
download_to("https://github.com/cadenthecreator/ccde/raw/refs/heads/main/modules/netmount.lua","modules/netmount.lua")
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user