Skip to content

Commit

Permalink
installer.sh: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgaziur committed Dec 27, 2022
1 parent b8c0b61 commit 400d827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ prompt_for_installation() {
main() {
if test -f "/usr/bin/findex"; then
while true; do
read -r -p "Already found existing installation. Do you want to remove findex? [Y/N] " yn
read -r -p "Found existing installation. Do you want to uninstall it? [Y/N] " yn
case $yn in
[Yy]*)
do_removal
Expand Down

0 comments on commit 400d827

Please sign in to comment.