Merge pull request #11 from user1-github/patch-3
[arkdep] Fix dist_repo_url
This commit is contained in:
commit
23e6ec2e86
1 changed files with 1 additions and 1 deletions
2
arkdep
2
arkdep
|
@ -13,7 +13,7 @@ set -o pipefail
|
|||
# setting is not configured and as the default settings a new system will
|
||||
# be initialized with.
|
||||
declare -r dist_enable_overlay=1
|
||||
declare -r dist_repo_url='https://arkanelinux.org/arkdep'
|
||||
declare -r dist_repo_url='https://repo.arkanelinux.org/arkdep'
|
||||
declare -r dist_repo_default_image='arkanelinux'
|
||||
declare -r dist_deploy_keep=3
|
||||
declare -r dist_clean_cache_on_remove=1
|
||||
|
|
Loading…
Add table
Reference in a new issue