Merge branch 'Variable-for-skipping-if-app-is-not-installed' of https://github.com/Installomator/Installomator into Variable-for-skipping-if-app-is-not-installed

This commit is contained in:
Søren Theilgaard
2022-03-03 21:42:05 +01:00

View File

@@ -1,4 +1,4 @@
## v9.1
## v10.0
- Introducing variable `SKIP_UNINSTALLED` that normally will be `0` and the script will run and install the software label if other conditions align with this. Use `SKIP_UNINSTALLED=1` to have the script stop if a current installation of the app is not found.