From 045864495f0d57796cb0c7d482e533b6f56675e5 Mon Sep 17 00:00:00 2001 From: Artur Gurgul Date: Wed, 6 Aug 2025 08:16:56 +0200 Subject: [PATCH] update url --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 3c5243c..3be7421 100755 --- a/install +++ b/install @@ -28,7 +28,7 @@ if [ "$system" = true ] && [ "$EUID" -ne 0 ]; then exec sudo INSTALL_HOME="$INSTALL_HOME" "$0" "$@" fi -REPO_URL="https://gitlab.com/artur.gurgul/home.git" +REPO_URL="https://gurgul.pro/artur/environment.git" is_debian_like() { if [ -r /etc/os-release ]; then