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

Joel Grunbaum
4 days ago 642f6245afb782382c165dc4d9ff1cbdf40a697d
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