Sebastian,
I already upgraded Ubuntu 16.04 and trying to update FOG from 1.3.0 to 1.5.6 as per WIKI Upgrading to trunk. I used SVN to upgrade from fog 32 to 1.30 via SVN but can’t remember how I did it?
Install GIT on Debian or Ubuntu
sudo -i
apt-get -y install git
Getting FOG
Now that GIT is installed, you should be able to clone the FOG repository. Generally we recommend to put the repository inside of /root but if you’ve done this sort of thing before, put it wherever you want. Here’s how we clone FOG:
sudo -i
cd /root
git clone https://github.com/FOGProject/fogproject.git
cd fogproject
GIT is asking for username and password. So I did look in GIT manual. I then use git clone ssh:github.com/FOGProject/fogproject.git .
GIT display fogproject already exist, so I changed ‘fogproject’ to ‘fogproject156’ but it did not worked. I am lost. Can you help please?
Thanks,
Olduser