This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] trying to update to 0.14.4
#1
but it keeps asking for github id and password?

never mind, I guess you just click through them Smile
Reply
#2
Did you attempt to update from within OpenPlotter (assuming you have v 0.10 or later)?
Reply
#3
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
Reply
#4
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!
Reply
#5
should I do a fresh install? how can I fix my install now?
Reply
#6
(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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)