https://github.com/barddoo/ubuntu-based-pos-install
Post installation script for Linux Ubuntu and derivatives for personal use.
https://github.com/barddoo/ubuntu-based-pos-install
Last synced: about 1 month ago
JSON representation
Post installation script for Linux Ubuntu and derivatives for personal use.
- Host: GitHub
- URL: https://github.com/barddoo/ubuntu-based-pos-install
- Owner: barddoo
- License: mit
- Created: 2019-12-03T21:54:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-23T02:30:13.000Z (over 6 years ago)
- Last Synced: 2025-02-23T05:12:28.791Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ubuntu based post installation
### Post installation script for Linux Ubuntu and derivatives.
It's needed to install [kotlin compiler](https://kotlinlang.org/docs/tutorials/command-line.html)
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`!!**