March 26, 20224 yr Hi, I used to run a script on unraid from within a docker #!/bin/bash docker exec -u abc -i sabnzbdrninja-rss /downloads/opus/opus.bash /music/music unfortunately that docker no longer uses opusenc which is installed in the package opus-tools How can I install opus-tools on unraid so I can get this script working again as apt-get does not work on unraid Many thanks
March 26, 20224 yr You need to install it within the container itself, not on Unraid. For that your best bet is to talk to the container authors on how to do this. (Or try apt-get within the container itself, but that'll need to be redone after every update to the container)
March 26, 20224 yr Author 8 hours ago, Squid said: You need to install it within the container itself, not on Unraid. For that your best bet is to talk to the container authors on how to do this. (Or try apt-get within the container itself, but that'll need to be redone after every update to the container) Thank you
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.