Fix first-install check

This commit is contained in:
JeremyStar™ 2023-12-09 15:46:02 +01:00
parent fde2bf54fa
commit e34ab01831

View file

@ -1,7 +1,7 @@
#!/bin/bash
# jeremystartm's dotfiles "installer"
if [ ! -a "$HOME/.config/.jstm_dotfiles" ]; then
if [ ! -f "$HOME/.config/.jstm_dotfiles" ]; then
echo ":: Removing files"
./uninstall.sh &> /dev/null
fi