diff --git a/home/bin/update-profile b/home/bin/update-profile index 5c05c25..454a88a 100755 --- a/home/bin/update-profile +++ b/home/bin/update-profile @@ -1,6 +1,7 @@ #!/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 fi