Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 457 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 457 Bytes

Ubuntu based post installation

Post installation script for Linux Ubuntu and derivatives.

It's needed to install kotlin compiler

If you’re on Ubuntu 16.04 or later, you can install the compiler from the command line:

sudo snap install --classic kotlin

Pretty simple to run the script. At the root of the project:

kotlinc -script ubuntuPosInstall.kts

Do not run it as sudo!!