From 5595c259f27873c5059b2b3d06d5f74fd12459a3 Mon Sep 17 00:00:00 2001 From: user1-github <56021366+user1-github@users.noreply.github.com> Date: Sun, 8 Sep 2024 22:24:43 +0300 Subject: [PATCH] [arkdep] Fix dist_repo_url --- arkdep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arkdep b/arkdep index 236d79f..8edc57c 100755 --- a/arkdep +++ b/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