Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mz2/installer-automation
A quick & dirty Ubuntu installer automation experiment
https://github.com/mz2/installer-automation
Last synced: 25 days ago
JSON representation
A quick & dirty Ubuntu installer automation experiment
- Host: GitHub
- URL: https://github.com/mz2/installer-automation
- Owner: mz2
- License: gpl-3.0
- Created: 2022-08-18T06:57:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T07:00:59.000Z (about 2 years ago)
- Last Synced: 2024-10-19T23:23:51.216Z (28 days ago)
- Language: Python
- Size: 930 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Prerequisites
- [quickemu](https://github.com/quickemu-project/quickemu)
- JRE (e.g. openjre / openjdk)
- sikulix.jar available at a point pointed at by $SIKULIX_JAR## Running instructions
```bash
SIKULIX_JAR=$HOME/java/lib/sikulixide.jar ./bin/install-kinetic.sh
```