diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index 862c8cf9..83d41498 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -387,6 +387,7 @@ EOF echo " cd /root/${PROJECT_NAME}" >> $rootdir/root/.bashrc echo " git stash" >> $rootdir/root/.bashrc echo " git pull" >> $rootdir/root/.bashrc + echo " git checkout jessie" >> $rootdir/root/.bashrc echo " make install" >> $rootdir/root/.bashrc if [[ $VARIANT != "mesh" && $VARIANT != "meshclient" && $VARIANT != "meshusb" && $VARIANT != "usb" ]]; then @@ -1295,6 +1296,7 @@ sed -i "s|host-name=.*|host-name=${PROJECT_NAME}|g" $rootdir/etc/avahi/avahi-dae chroot "$rootdir" /bin/bash -x <