This is an installer for open utau for linux.
If you are here then you probably know what openUtau is. You can refer to it for documentation.
If you are going to use this software, you may also need to check out ENUNU for Linux to be able to use NNSVS AI vocal banks.
Download from the latest release
Or use the commands below:
curl --silent "https://api.github.com/repos/adventHymnals/openUtau/releases/latest"| grep "browser_download_url.*amd64.deb" | head -n 1 | cut -d : -f 2,3 | tr -d \" | xargs wget -O tmp.deb && sudo dpkg -i tmp.debThe github workflow handles the creating of the deb packages. Once you clone the repo, you can run:
git tag v1.0
git push origin v1.0On your local machine you can use:
./build.shIt's a big hussle implementing the download in the makefile when it can so easily be handled in the bash file.