diff --git a/bootstrap-Linux.sh b/bootstrap-Linux.sh index b2f28b7..f7e3674 100755 --- a/bootstrap-Linux.sh +++ b/bootstrap-Linux.sh @@ -71,4 +71,4 @@ fi agree "Install 1password" && \ ~/.local/bin/ansible-playbook ~/.config/local/playbooks/1password.yaml -echo "Done" +[ -f $0 ] && agree "Remove $0" "N" && rm $0 || exit 0