@Sebastian-Roth
Hello,
until now I was using the “dev-branch” branch of git:
git branch -vv
* dev-branch ddb9904a7 [origin/dev-branch] Fix https build failing due to inline tests
master 171d63724 [origin/master] FOG 1.5.9 Officially Released
For the latest update of fog: 1.5.10, is it better to switch to the master branch?
This is a production server and I don’t want to “break” it.
Once the choice of the branch is made, the update procedure is always the same?
Change the reference branch to master or dev-branch (To be done the first time)
git checkout master or git checkout dev-branch
Initialize git :
git init
Update the git repository:
git pull
Install FOG
cd bin/
./installfog.sh
Thanks for your help.
Pascal