Silent install on Ubuntu?

Hi there, I need to deploy studio3t silently to a computer lab of Ubuntu 20.04lts pc’s. Are there any switches or options to install this silently with the default options? I’ve seen a youtube video of someone just running the .sh script and its all terminal based but when i run it, I get the GUI installer… Any help much appreciated, thanks
Rob

Hi,

What you are looking for is the -q flag. Add that when you run the installer and it will perform its work and install the app into your local desktop. There is some output from the command in that mode which you can ignore. If you are automating it, you may want to append >/dev/null 2>&1 will whisk that noise into oblivion.

Dj

Hi Dj, Great stuff, I can confirm that works. Thanks for your help!