Merge pull request #11 from user1-github/patch-3

[arkdep] Fix dist_repo_url
This commit is contained in:
Dennis ten Hoove 2024-09-08 22:27:23 +02:00 committed by GitHub
commit 23e6ec2e86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
arkdep
View file

@ -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