From 853b75288ae4f2885b131905cdc969844177a51d Mon Sep 17 00:00:00 2001 From: madumlao Date: Wed, 13 Mar 2024 05:17:13 +0800 Subject: [PATCH] Change upstream to gitlab --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81ba5d4..82be256 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Git repo of my personal shell profile variables ### Quick Install ``` -curl https://raw.githubusercontent.com/madumlao/madumlao-profile/master/install.sh | bash +curl https://gitlab.com/madumlao/madumlao-profile/-/raw/master/install.sh | bash ``` ### Manual Install diff --git a/install.sh b/install.sh index 81188b7..71a14eb 100755 --- a/install.sh +++ b/install.sh @@ -25,7 +25,7 @@ fi if [ "$DOWNLOAD_APP" ]; then echo "Downloading master copy" mkdir -pv "$APP_DIR" - git clone https://github.com/madumlao/madumlao-profile "$APP_DIR" + git clone https://gitlab.com/madumlao/madumlao-profile "$APP_DIR" fi echo "Set pwd to $APP_DIR"