-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --tag
to allow installing a specific version on Android
#9
Conversation
nekomekoraiyuu
commented
Mar 26, 2023
- Bash sensei overwork
- Yanu now allows you to install older versions
- Minor fool proofing?
How about just having a simple |
This also also over complicates the scripts and adds unnecessary maintenance overhead. |
real |
hmm i thought it'd be useful with -i interactive flag but sure |
Maybe that'll be good, but make these version prompt changes in a separate file and then source that file in this file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed de error indeed
real |
- Add --tag flag to download the old version of yanu - Code cleanup --------- Co-authored-by: nozwock <57829219+nozwock@users.noreply.github.com>
|
--tag
to allow installing specific versions
--tag
to allow installing specific versions--tag
to allow installing a specific version on Android
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the re-installation for eget
, looks good to go.