You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 2, 2020. It is now read-only.
If the user already has a version of avm installed, the install script shouldn't just overwrite the old version but instead notify the user and ask them if it's ok to overwrite or not.
#....
You already have have avm v0.1.0 installed and you're about to install avm v0.2.0.Proceed? [y/n]
It should also be possible to pass -y to automatically install the new version
The text was updated successfully, but these errors were encountered:
If the user already has a version of avm installed, the install script shouldn't just overwrite the old version but instead notify the user and ask them if it's ok to overwrite or not.
It should also be possible to pass
-y
to automatically install the new versionThe text was updated successfully, but these errors were encountered: