Browse Source

Making the temp SPM force install SPM

* This allows for bootstrap to replace the existing version of SPM with the bootstrapped loader
environments/production/deployments/27
Drew Short 6 years ago
parent
commit
872cfac57c
  1. 2
      src/bootstrap.lua

2
src/bootstrap.lua

@ -19,7 +19,7 @@ wget("-q", downloadSrc, saveLocation)
local spm = loadfile(saveLocation)
print("Installing SPM Locally")
spm("install", "spm")
spm("install", "-f", "spm")
print("Removing Temporary SPM")
fs.remove(saveLocation)

Loading…
Cancel
Save