diff options
Diffstat (limited to '')
-rwxr-xr-x | godot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ if [[ ! -e "${HOME}/${TARGET}" ]]; then git clone git://git.animux.de/dotfiles.git "${HOME}/${TARGET}" else echo -e "\033[31m*\033[0m git is not available! This script will NOT work! Exiting..." - return + exit fi fi |