Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-09-20 | Remove default git variables to prevent issues | orionaskatu | -6/+6 | |
2022-09-20 | Comment variables with default values | orionaskatu | -18/+18 | |
2022-09-18 | Fix bad bad torch command variable | safentisFox | -1/+1 | |
2022-09-18 | change () to "" in .sh scripts because export AAA=(BBB CCC) sets AAA to BBB ↵ | AUTOMATIC | -2/+2 | |
and does not export anything whoever put that in .sh files - shame on you | ||||
2022-09-15 | Comment out empty envars in user config. | Chris Oelerich | -9/+9 | |
Setting empty envars causes the `os.environ.get('ENVAR', "some default")` pattern in launch.py to ignore it's fallback value. | ||||
2022-09-14 | rewrite for launch.py - untested | orionaskatu | -9/+16 | |
2022-09-14 | install/launch scripts for linux | orionaskatu | -0/+33 | |