Can someone point me to the script for the Mobile Fog Server?
-
Server
- FOG Version: 1.4.4
- OS: CentOS 7
Client
- Service Version:
- OS: Win 7 Pro
Description
-
-
@tom-elliott Are there any directions for installing it?
-
@chris178 Well there is a README file with it. What else do you need? Any particular questions?
-
@sebastian-roth Sorry, just new to linux and FOG. Just trying to see if I can copy the script and get it installed. Thats all.
-
@chris178 There is a right way to do this and an easy way.
Easy route.
- Download both .sh files to your FOG server.
- Then make both executable. by running this command
chmod 755 *.sh
- Install the script by running
./install.sh
- Done.