Advertisement
fingercomp

hpm stable

Nov 28th, 2016
2,825
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.43 KB | None | 0 0
  1. local HPM_URL = "https://gist.githubusercontent.com/Fingercomp/61156a246367980316a20cb753f9391b/raw/625249bd5de9f16cb68c7a0dbb7e077b4930918e/hpm-da4cf7c0fa6c00772b335a58b30f48106634e644.lua"
  2.  
  3. local fs = require("filesystem")
  4. if not fs.exists("/usr/bin/") then
  5.   fs.makeDirectory("/usr/bin/")
  6. end
  7.  
  8. os.execute("hpm hel:remove -y hpm")
  9.  
  10. os.execute("wget -qf " .. HPM_URL .. " /usr/bin/hpm.lua")
  11. os.execute("hpm hel:install -yf hpm")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement