Update installer.sh

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-02-02 10:48:15 +05:30 committed by GitHub
parent a294ff44cf
commit b042781e7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ bash ./gitea-installer-en.sh
## Configure Git
echo "Configure Git ..."
git config --global user.name "ecgitsync"
git config --global user.email "team@engineerscradle.com"
git config --global user.name "username"
git config --global user.email "your@email.net"
## Insatll basic npm packages
echo "Insatll basic npm packages ..."