Change upstream to gitlab
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user