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
sorry to bother you again, I really like this tool and had another idea of improving.
Since I'm using dra in a script to install all my tools, it would be really great, if I could make dra prevent downloading and installing a version lower or equal the already installed version.
Example:
# dra download -a --install --output /home/andreas/bin/ --version=0.16.5 restic/restic
dra download -a --install --output "$HOME/bin/" --version="$(restic version | cut -d ' ' -f 2)" restic/restic
This will skip any download or installation of version lower than equal 0.16.5 (the currently installed one).