Hi. The current behavior of apk.sh is to download everything to ~/.apk.sh, however this pollutes the home directory. It should install follow the XDG dir spec and download to either XDG_STATE_HOME or XDG_DATA_DIRS. Additionally there should be an option to provide a specific path.
Hi. The current behavior of apk.sh is to download everything to
~/.apk.sh, however this pollutes the home directory. It should install follow the XDG dir spec and download to either XDG_STATE_HOME or XDG_DATA_DIRS. Additionally there should be an option to provide a specific path.