OpenMarine

Full Version: [SOLVED] trying to update to 0.14.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
but it keeps asking for github id and password?

never mind, I guess you just click through them Smile
Did you attempt to update from within OpenPlotter (assuming you have v 0.10 or later)?
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/c...44b7ddebf1
https://github.com/sailoog/openplotter/c...fb8c7b93fd
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!
should I do a fresh install? how can I fix my install now?
(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