diff options
author | davidovski <git@davidovski.xyz> | 2021-11-17 12:20:12 +0000 |
---|---|---|
committer | davidovski <git@davidovski.xyz> | 2021-11-17 12:20:12 +0000 |
commit | 0ff24f5611f8a30f01ae08d866b5276c020a8665 (patch) | |
tree | 8c0a67e5f11e5622d9a46df2b7a1bd08cb66eddb /default.conf | |
parent | 0313176c9fe35fcca0f53b99ce1e636af0bc9e4e (diff) |
added server pinging to determine best mirror to use
Diffstat (limited to 'default.conf')
-rw-r--r-- | default.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/default.conf b/default.conf index 1a2d6bc..6fac4b2 100644 --- a/default.conf +++ b/default.conf @@ -1,6 +1,8 @@ dir { packages /var/lib/xipkg/packages keychain /var/lib/xipkg/keychain + sources /var/lib/xipkg/sources installed /var/lib/xipkg/installed cache /var/cache/xipkg } + |