xdeb-org / xdeb-install

Simple tool to automatically download, convert, and install DEB packages on Void Linux via the awesome xdeb tool.
MIT License
6 stars 2 forks source link

Support installing the 'latest' xdeb release #10

Closed thetredev closed 1 year ago

thetredev commented 1 year ago

The xdeb subcommand should respect latest as a version, like so:

# points to https://raw.githubusercontent.com/toluschr/xdeb/master/xdeb
$ xdeb-install xdeb

# points to https://github.com/toluschr/xdeb/releases/latest
$ xdeb-install xdeb latest

# points to https://github.com/toluschr/xdeb/releases/<version>
$ xdeb-install xdeb <version>
thetredev commented 1 year ago

Fixed with fa40425