bootstrap: Updated repo link

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-04-06 17:50:36 +08:00
parent 85e54ac8bd
commit bb32f60d42
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
1 changed files with 4 additions and 2 deletions

View File

@ -31,12 +31,14 @@ if echo $OSTYPE | grep linux-android.*; then
# Clone our stuff
echo "==> Cloning the dotfiles repo"
git clone https://github.com/AndreiJirohHaliliDev2006/.dotfiles.git
cd .dotfiles && git clone https://$GH_USERNAME:$GH_PAT@gitlab.com/AndreiJirohHaliliDev2006/dotfiles-secrets secrets && chmod 700 $HOME/.dotfiles/secrets
git clone https://github.com/AndreiJirohHaliliDev2006/dotfiles.git
cd .dotfiles && git clone https://$GH_USERNAME:$GH_PAT@gitlab.com/AndreiJirohHaliliDev2006/dotfiles-secrets secrets
if [[ $? != 0 ]]; then
echo "❌ That kinda sus, but only Andrei Jiroh can proceed!"
exit 1
else
chmod 700 $HOME/.dotfiles/secrets
fi
cd ~