mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
3 days ago 22bc76a0fc5eda6735fe7711a8afc330fe44e5ca
INSTALL.sh
@@ -10,7 +10,7 @@
    fi
    while true; do
        CHOICE="overwrite"
        if [ -e "$loc" ] && [ "$FORCE" = "0" ]; then
        if [ -e "$loc" ] && [ "$FORCE" = "0" ] && [ $(diff "$loc" "$file") ]; then
            echo "WARNING: \"$loc\" exists, (overwrite, change, nothing): "
            read CHOICE
        fi