webinstall / webi-installer-requests

This is just to house issues for requests for new Webi installers.
Mozilla Public License 2.0
5 stars 7 forks source link

Use XDG_DOWNLOAD_DIR if possible instead of hardcoded $HOME/Downloads #1

Closed padlyuck closed 1 year ago

padlyuck commented 1 year ago

For now, installers use a hardcoded path for downloading packages

WEBI_PKG_PATH="${HOME}/Downloads/webi/${PKG_NAME:-error}/${WEBI_VERSION:-latest}"

It would be great if installers would try to get XDG_DOWNLOAD_DIR value instead of creating ~/Downloads near to existing ~/downloads