Written from memory but should work:

""" CUT HERE
#!/bin/sh

rm -fr build
rm -fr /opt/darktable/*
git pull upstream master
./build.sh --prefix /opt/darktable --buildtype Release
cd build
make install
""" CUT HERE

For the second line to work you must be the owner of /opt/darktable/
(sudo chown -R youruser.youruser /opt/darktable)

Cheers,

Pedro

On Fri, Feb 19, 2016 at 8:41 AM, David Vincent-Jones <david...@gmail.com> wrote:
> I appear to continue having problems updating from the git.
>
> Would somebody please give me an appropriate script that I can use.
>
> Thanks;
>
> David
>
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> _______________________________________________
> Darktable-users mailing list
> Darktable-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/darktable-users

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Darktable-users mailing list
Darktable-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to