Skip to content

Commit

Permalink
modified: installer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tyroruyk committed Mar 5, 2024
1 parent bfd0fe5 commit 49adb55
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 @@ -39,7 +39,7 @@ installation_prompt() {
}

main() {
if test -f "${DIR}/findex"; then
if test -f "${DIR}/ufetch"; then
while true; do
read -r -p "Found existing installation. Do you want to uninstall it? [Y/N] " yn
case $yn in
Expand Down

0 comments on commit 49adb55

Please sign in to comment.