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