Mint

Issue #23 new
christenrichard created an issue

I installed the latest Mint The install script did not work I downloaded it, modified it by inserting

elif [ $(grep -c "^DISTRIB_RELEASE=17.2" /etc/lsb-release) -gt 0 ] then echo "Ubuntu 14 detected." OS="ubuntu14"

and it worked except for:

bib update error: cannot open .git/FETCH_HEAD: Permission denied

Traceback (most recent call last): File "/opt/bib/active/bin/bib", line 190, in <module> subprocess.check_call(['git', 'pull'], cwd=BIB_PREFIX) File "/usr/lib/python2.7/subprocess.py", line 540, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['git', 'pull']' returned non-zero exit status 1

Best regards and thnaks

Comments (0)

  1. Log in to comment