Page 1 of 1

Install FAH ubuntu with script startup

Posted: Thu Apr 25, 2019 4:06 pm
by kalinh
Hi

Please help me how to install FAH on ubuntu with scrtip startup

Thank you!

Re: Install FAH ubuntu with script startup

Posted: Fri Apr 26, 2019 4:41 am
by MeeLee
What do you mean with "script startup"?
If you turn off your PC, or it gets reset (power outage) when FAH is working, it should automatically restart after your OS loads up.

Re: Install FAH ubuntu with script startup

Posted: Fri Apr 26, 2019 6:57 am
by kalinh
I using VPS setup FAH.
I want to install FAH without being asked "Automatic Startup FAH"
Ignore this step and the default after installation is selected "Automactic Startup FAH"

Re: Install FAH ubuntu with script startup

Posted: Fri Apr 26, 2019 9:49 am
by foldy
VPS=Virtual Private Server?

You launch the FAH linux installer and want the questions it asks to be answered automatically with default values?

I do it running a bash script which calls FAH installer echoing the default values e.g.

Code: Select all

#!/bin/bash
echo \nyn\n | FahInstall
means call FahInstall and press keys for: enter(\n), yes(y), no(n), enter(\n)

Re: Install FAH ubuntu with script startup

Posted: Fri Apr 26, 2019 4:52 pm
by bruce
I'm not sure why you are re-running the FAH installer. I ran it once and FAHClient starts up automatically without any prompts if my machine is restarted.