Can't install FOG on CentOS 6.5
-
Installed CentOS 6.5 and full updates. Went to run the installfog.sh script and I get bash: ./.install.sh Permission Denied.
This was a fresh download of the FOG 1.2 installer files. After getting frustrated i realized that the script is just calling a hidden script in the same bin folder. I may be a novice at linux but should have seen the ‘.’ in front of install.sh and realized it was just the hidden script didn’t have execution permissions. Set it and it works.
Leaving this post in case someone in the future finds it and is helped by it. Such a small thing.