Is timelapse1090 updating correctly?

a bit of a dumb question – I have cron.monthly files that update a lot of @wiedehopf 's great Piaware packages.

Recently, whenever I run the timelapse1090 install script to check on updates
sudo bash -c "$(wget -q -O - https://raw.githubusercontent.com/wiedehopf/timelapse1090/master/install.sh)"
this is the output I get (potential error bolded):

2885869 (process ID) old priority 0, new priority 10
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
From https://github.com/wiedehopf/timelapse1090
 * branch            master     -> FETCH_HEAD
**HEAD is now at 8eb023b Fix missing git package**
Restarting lighttpd
Restarting timelapse1090
--------------
All done! Webinterface available at http://172.17.0.1/timelapse

By the “fix missing git package” does this mean that it can’t find the git package to install/update it, or is it just one of those linux warnings alerting me of potential problems in the future? The google didn’t help me b/c my linux knowledge isn’t that deep.

If I knew how to use github better than just read-only, I’d post something through there, but I know that @wiedehopf visits here every so often, and there are other smart linux people here too.

It’s Ubuntu 22.04 LTS, whatever the newest .x version is.

that shellscript is doing a git checkout; git briefly tells you the commit it updated to (“HEAD is now at …”). The “Fix missing git package” is just the commit comment (entered by a human when making the commit) associated with the commit it updated to. you can see it here: Fix missing git package · wiedehopf/timelapse1090@8eb023b · GitHub

in layperson’s terms, if I have git installed and timelapse installed then I don’t really need to worry about that error message, right?

1 Like

It’s not an error message. You don’t need to worry about it.

1 Like