[arkdep] Fix dist_repo_url

This commit is contained in:
user1-github 2024-09-08 22:24:43 +03:00 committed by GitHub
parent e2793de9ae
commit 5595c259f2
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