Search Unity

Feature Request Unattended Install on Linux

Discussion in 'Linux' started by douthitn, Aug 9, 2022.

  1. douthitn

    douthitn

    Joined:
    Dec 12, 2016
    Posts:
    2
    The Installing Unity from the command line and Installing Unity offline without the Hub pages in the Unity manual explain how to install Unity offline with the command line for Windows and OS X, but not for Linux. It took a while but through trial and error I figured out how to use the Unity Download Assistant's unattended mode to install everything I want without issues. However, the unattended mode isn't fully unattended. You have to accept the terms of the license agreement manually by entering "y" or "n". Is there a way to have a fully silent, unattended install?
     
  2. douthitn

    douthitn

    Joined:
    Dec 12, 2016
    Posts:
    2
    Anyone have any suggestions?
     
  3. unity_UTBiyYf6x9d1eg

    unity_UTBiyYf6x9d1eg

    Joined:
    Nov 28, 2019
    Posts:
    11
    Yes please. I don't get how I am supposed to make a docker container without this.
     
  4. unity_UTBiyYf6x9d1eg

    unity_UTBiyYf6x9d1eg

    Joined:
    Nov 28, 2019
    Posts:
    11
    Neither `echo y |` nor `yes |` work. The program then hangs at ```
    Do you accept the ter```
     
  5. unity_UTBiyYf6x9d1eg

    unity_UTBiyYf6x9d1eg

    Joined:
    Nov 28, 2019
    Posts:
    11
    Turns out I was wrong. You can do echo y | UnityInstall ...
    It just looks like it is hanging because it installs without more output.