How to install manually Invoice Ninja v5+

This script is amazing. minor modification though - there is no longer a .zip file to download so the download step of the script can be updated to download a .tar, and then the follow unzip step modified to un-tar accordingly.

wget -q https://github.com/invoiceninja/invoiceninja/releases/download/current_release/invoiceninja.tar
tar -xvf invoiceninja.tar -C /var/www/destination_name

Thank you for the work that went into this.

I noticed that a few days ago. I have just updated the repo.

I just wanted to pop in and say I’m glad I found this! Like you, I followed all those tutorials and eventually got it installed. However, I had a feeling like I probably missed something. This script worked like a charm! Thanks again!