xdeb-org / xdeb-install

Simple tool to automatically download, convert, and install DEB packages on Void Linux via the awesome xdeb tool.
MIT License
6 stars 2 forks source link

Respect XDEB_OPT_* environment variables #15

Closed thetredev closed 10 months ago

thetredev commented 11 months ago

The value of those variables should take precendence over xdeb-install --options, or replace the value of that switch.

We could also maybe add a config file and set values via xdeb-install itself, like xdeb-install config XDEB_OPTS -Sde. Gotta think about it though.