From 2c14b8ca22d45363ffaa16a4a5392e298001c51f Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sat, 13 Jan 2018 04:37:52 -0600 Subject: [PATCH] Letting bootstrap.lua remove itself --- src/bootstrap.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bootstrap.lua b/src/bootstrap.lua index d8054d8..d0f1894 100644 --- a/src/bootstrap.lua +++ b/src/bootstrap.lua @@ -23,4 +23,6 @@ spm("install", "spm") print("Removing Temporary SPM") fs.remove(saveLocation) +print("Removing bootstrap.lua") +fs.remove(debug.getinfo(2, "S").source:sub(2)) print("Done") \ No newline at end of file