OpenMarine
[SOLVED] trying to update to 0.14.4 - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2)
+--- Thread: [SOLVED] trying to update to 0.14.4 (/showthread.php?tid=668)



[SOLVED] trying to update to 0.14.4 - vapochilled - 2017-08-09

but it keeps asking for github id and password?

never mind, I guess you just click through them Smile


RE: trying to update to 0.14.4 - baltika_no_9 - 2017-08-09

Did you attempt to update from within OpenPlotter (assuming you have v 0.10 or later)?


RE: trying to update to 0.14.4 - maxencep - 2017-08-09

Hello,
I had the same issue after a clean install from NOOB.
The solution I found, which is probably not the best since Sailoog updated it, was:
Edit : /home/pi/.config/openplotter/update/update_dependencies.sh
Edit at the beginning :
Quote:#!/bin/bash
 cd ~/.config  cd ~/.config
repository=$4
if [ -z $repository ]; then
repository="openplotter"
fi
 echo  echo
 echo "REMOVING UNUSED PACKAGES..."  echo "REMOVING UNUSED PACKAGES..."
Start the script.

Again Sailoog changed it so there must be a reason.
https://github.com/sailoog/openplotter/commit/8ecd8a853d4cf1d115a4c435a3048444b7ddebf1
https://github.com/sailoog/openplotter/commit/2285148033ae4ac70354b0c00aa591fb8c7b93fd


RE: trying to update to 0.14.4 - Sailoog - 2017-08-09

ops! I removed from update_dependencies.sh

if [ -z $repository ]; then
repository="openplotter"
fi

I see I should not have done it because people coming fron 0.10.0 will have problems. I will do a silent update.

Thanks!


RE: [SOLVED] trying to update to 0.14.4 - vapochilled - 2017-08-10

should I do a fresh install? how can I fix my install now?


RE: [SOLVED] trying to update to 0.14.4 - Sailoog - 2017-08-10

(2017-08-10, 03:41 AM)vapochilled Wrote: should I do a fresh install? how can I fix my install now?

Try again. To force update when you are running the last one, type:


Code:
 /home/pi/.config/openplotter/update/update_OpenPlotter.sh