RipMeApp / ripme

Downloads albums in bulk
MIT License
3.68k stars 625 forks source link

Ripme should have an installer #738

Open cyian-1756 opened 6 years ago

cyian-1756 commented 6 years ago

Currently ripme is distributed as a jar file that users are expected to just put where ever and run, this approach has some issues with it

The only issue I can see here would be that installing ripme straight into /usr/bin or the like would break ripmes updater as only only root can write to those directories. This problem could be dealt with by install ripme to ~/.local/bin and putting a system link to it in /usr/bin

rautamiekka commented 6 years ago

RPM/DEB can package the JAR and create dependencies.

The symlink approach creates a little of a confusion.