@btphl Version 1.5.10 will be released later this spring.

To get the “current” version of 1.5.9 you can switch to the dev branch.

change into fogproject installer directory.

cd /root/fogproject git pull git checkout dev-branch git pull cd bin ./installfog.sh

When 1.5.10 is released to change back.

cd /root/fogproject git pull git checkout master git pull cd bin ./installfog.sh