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