Advertisement
Doob

bpacker_installer

Jan 2nd, 2021 (edited)
1,122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.49 KB | None | 0 0
  1. local fs = require('filesystem')
  2. if not fs.exists('/usr/bin') then fs.makeDirectory('/usr/bin') end
  3. if not fs.exists('/usr/lib') then fs.makeDirectory('/usr/lib') end
  4. os.execute('wget -f https://raw.githubusercontent.com/BrightYC/Other/master/lzss.lua /usr/lib/lzss.lua')
  5. os.execute('wget -f https://raw.githubusercontent.com/zgyr/bpacker/master/bpacker.lua /usr/bin/bpacker.lua')
  6. os.execute('wget -f https://raw.githubusercontent.com/stravant/lua-minify/master/minify.lua /usr/bin/minify.lua')
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement