shorebirdtech / install

The Shorebird (un)installer ๐Ÿฆ
Other
22 stars 9 forks source link

fix: improved error message to provide correct command #32

Closed babasahi closed 5 months ago

babasahi commented 5 months ago

Description

Closes #31
Changed error message to include the appropriate command to use if an existing shorebird installation was detected.

Type of Change

eseidel commented 5 months ago

I think my only question is if this message is going to go stale (are we going to end up changing the way we invoke this) and if so, should it be held in a constant variable instead of a string ๐Ÿคท Regardless, I defer to @bryanoltman here who wrote most of our installers I think.

bryanoltman commented 5 months ago

I think I would prefer to update the script to overwrite the existing installation. I can't imagine a case where someone is trying to run this script but has an installation they want to preserve.