From b18a68b246782fbe3e1bb1818b22f7d12977410c Mon Sep 17 00:00:00 2001 From: aleidk Date: Sat, 27 May 2023 20:04:14 -0400 Subject: [PATCH] update repo url --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index c2e5fe7..5dc3a0d 100755 --- a/setup.sh +++ b/setup.sh @@ -5,7 +5,7 @@ set -e -REPO="https://git.panconpalta.win/aleidk/dots" +REPO="git@codeberg.org:aleidk/dots.git" DOTS="$HOME/Repos/Private/dots" CONFIG="$HOME/.config" BINS="$HOME/.local/bin"