diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 15:26:48 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-09-25 15:26:48 -0500 |
commit | 78bb8c3c492a294b2e37570b2b74df5a09e2ee9d (patch) | |
tree | 3916d8849ee3f07cca339d01be8c533372dd1903 | |
parent | e1d5734b2f68e3ead9430d19362f7590dba11d0c (diff) | |
download | dotfiles-78bb8c3c492a294b2e37570b2b74df5a09e2ee9d.tar.gz dotfiles-78bb8c3c492a294b2e37570b2b74df5a09e2ee9d.zip |
Aria2: Add configuration
-rw-r--r-- | common/.aria2/aria2.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/.aria2/aria2.conf b/common/.aria2/aria2.conf new file mode 100644 index 0000000..ea5d731 --- /dev/null +++ b/common/.aria2/aria2.conf @@ -0,0 +1,3 @@ +continue=true +remote-time=true +dir=. |