Change upstream to gitlab

This commit is contained in:
2024-03-13 05:17:13 +08:00
parent 3337f6d46e
commit 853b75288a
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ Git repo of my personal shell profile variables
### Quick Install ### 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 ### Manual Install

View File

@@ -25,7 +25,7 @@ fi
if [ "$DOWNLOAD_APP" ]; then if [ "$DOWNLOAD_APP" ]; then
echo "Downloading master copy" echo "Downloading master copy"
mkdir -pv "$APP_DIR" 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 fi
echo "Set pwd to $APP_DIR" echo "Set pwd to $APP_DIR"