Fix first time git setup.

master
Icedream 2018-02-20 02:34:24 +01:00
parent 67a441675a
commit 21f795acb7
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,11 @@ file_changed() {
if [ ! -d ~/.local/profile-git ]; then if [ ! -d ~/.local/profile-git ]; then
mkdir -p ~/.local/profile-git mkdir -p ~/.local/profile-git
git init (
git remote add origin https://git.icedream.tech/icedream/profile.git cd ~/.local/profile-git
git init
git remote add origin https://git.icedream.tech/icedream/profile.git
)
fi fi
( (