raspishake / rsudp

Continuous visual display, sudden motion monitoring, and historical replay of Raspberry Shake data
https://raspishake.github.io/rsudp/
GNU General Public License v3.0
52 stars 30 forks source link

Added option to reinstall rsudp if existing rsudp environment found #45

Closed navneetercse closed 1 year ago

navneetercse commented 1 year ago

Added a small case for reinstalling of rsudp environment, based on the user's choice for Unix-based machines in the unix-install-rsudp.sh file.

iannesbitt commented 1 year ago

Addresses issue raised in #44

navneetercse commented 1 year ago

Thanks for this pull request! For user clarity, can you change line 54 to

    read -rp $'Press Enter to continue with update, or type reinstall and press Enter to reinstall...\n' update_choice

and line 56 to

    if [[ "$update_choice" == *"reinstall"* ]]; then

Thank you!

I have added the requested lines. Thank you!