Fix first time git setup.
parent
67a441675a
commit
21f795acb7
|
@ -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
|
||||||
|
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue