zeropingheroes / lancache-autofill

Automatically fill a Lancache with content
GNU General Public License v3.0
132 stars 24 forks source link

Feature Request: /dev/null Download #39

Closed ghost closed 4 years ago

ghost commented 4 years ago

Would be great if you could download it into the void, to not fill the main disk

ilumos commented 4 years ago

Unfortunately it's not possible to write directories to /dev/null so /tmp is the next best thing.

After each app is successfully downloaded, its download directory is deleted.

You can clean up any partial or failed downloads by running ./lancache-autofill app:initialise-downloads-directory

Hope this helps :)