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"