install.sh 347 B

123456789101112131415
  1. #!/bin/bash
  2. echo ----==== Installing 7zip ====----
  3. sudo apt-get -qq update
  4. sudo apt-get install -y p7zip-full
  5. echo ----==== Install luacheck ====----
  6. sudo apt-get install -y luarocks
  7. sudo luarocks install luacheck
  8. echo ----==== Downloading build templates ====----
  9. git clone https://github.com/RamiLego4Game/LIKO-12-Nightly.git ../BuildUtils