mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
adcb975853
* add initial advanced installer * add symlink * add dist detection * make output uniform * switch command to use wget leave the installer on device * regen script * only install if not already there * add os/version check Closes #3835 * regenerate script * fix case syntax * fix typo * rename assets to replace installer * Add issue template for install problems * Add link to open issue * Update linked file
7 lines
242 B
Bash
7 lines
242 B
Bash
## Code here runs inside the initialize() function
|
|
## Use it for anything that you need to run before any other function, like
|
|
## setting environment variables:
|
|
## CONFIG_FILE=settings.ini
|
|
##
|
|
## Feel free to empty (but not delete) this file.
|