From 4f571cfb1052af91626154a7995a8242d759f02f Mon Sep 17 00:00:00 2001 From: ajh123 Date: Sun, 21 Aug 2022 14:37:55 +0100 Subject: [PATCH] Fix install path --- installer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.lua b/installer.lua index f56b30c..c776baa 100644 --- a/installer.lua +++ b/installer.lua @@ -25,7 +25,7 @@ local preset = { branch = "main", -- The local folder to save all the files to (defaults to '/') - path = "/tmp", + path = "/tmp/IPvCC", -- Function to run before starting the download start = function()