Skip to content

Commit

Permalink
fix: Remove script if keep script selected
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Apr 27, 2024
1 parent 6fb1c7a commit a86093e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ read -p "Would you like to keep this setup script? (y/n)
=> " keep_script

case $keep_script in
[Yy]*) {
[Nn]*) {
echo "Removing setup script..."
rm -- "$0"
} ;;
Expand Down

0 comments on commit a86093e

Please sign in to comment.