TiPPeX Posted September 20, 2017 Posted September 20, 2017 As mentioned in other post earlier I'm looking into linux. Doesn't yet decided which OS so I'll proably decide on the OS which has some results on .sh so I have it ready. If anyone has a .sh that could install any of the following(With it's dependencies) 1. vncserver 2. Oracle's Java 3. A desktop/GUI 4. Maybe something I forgot.? I'm currently running on Google's compute engine since it's free. Thanks for the help.
Chris Posted September 20, 2017 Posted September 20, 2017 curl https://gist.githubusercontent.com/anonymous/d3ab40c3e67888386f5f0074fec53c6e/raw/b54b4d254e8988fd195b2511cab434703c6db706/install.sh | sh Debian 8
Vilius Posted September 20, 2017 Posted September 20, 2017 https://gist.github.com/Lem0ns/52ccbf8d5038e8f2f446 Ubuntu 1
TiPPeX Posted September 20, 2017 Author Posted September 20, 2017 38 minutes ago, Chris said: curl https://gist.githubusercontent.com/anonymous/d3ab40c3e67888386f5f0074fec53c6e/raw/b54b4d254e8988fd195b2511cab434703c6db706/install.sh | sh Debian 8 Thanks again