This commit is contained in:
octospacc 2022-07-01 18:08:00 +02:00
parent 0e355bf08d
commit f0123d6b27
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
git config --global user.email "$GitUserEmail"
git config --global user.name "$GitUserName"
git config --global credential.helper store
echo "https://$GitUserName:$GitPassword@gitlab.com" > .git-credentials
echo "https://$GitUserName:$GitPassword@gitlab.com" > ~/.git-credentials
git clone --depth 1 https://gitlab.com/octtspacc/octt.gmi
cd octt.gmi