Fix wrong logic in update-profile script and explicitly create folder.
parent
f6a24f1ea1
commit
d60099c22a
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ -d ~/.local/profile-git ]; then
|
if [ ! -d ~/.local/profile-git ]; then
|
||||||
|
mkdir -p ~/.local/profile-git
|
||||||
git clone --recursive https://git.icedream.tech/icedream/profile.git ~/.local/profile-git
|
git clone --recursive https://git.icedream.tech/icedream/profile.git ~/.local/profile-git
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue