seems like obarun-install and pacopts is still using and older obarun-libs dependency.

The obarun-libs from https://framagit.org/Obarun/obarun-libs has the fix that corrects issue in the screenshot, specifically the change in this line:
https://framagit.org/Obarun/obarun-libs/-/blob/master/lib/pac.sh# L214

But the obarun-lib that gets installed as dependency still has that buggy line causing the issue above:
oblog -t "Clone repository from ${green}[$_address]${reset}"
So you are saying the script is fixed in git but the current pkg in obextra is still unfixed. So it is only a problem if you run the installer without updating. Not an issue if you run installer from live and not from an installed system. It is a design choice that has puzzled me as well. Once update is run from the given system, net-check, keyboard, and updates of installer and scripts is turned off, so if the installer has to run and rerun it doesn't repeat. Maybe an if/else loop to check versions from git against what is installed can be added and leave the update on all the time, so the procedure of downloading and updating doesn't repeat if it is already the latest. Maybe a separate file in the source of just the version number without affecting building of the pkg.
Thanks for your reports. Fixed for both.
thanks for the fix. now working...

just wondering, since obarun-install will update itself before continuing the installation, should obarun-libs also be set to update itsel at least on the first runf?

Powered by Obarun