Apparently, in Bash 5.x, when you use curl to download a bash script and pipe it to bash, then use that script to git clone a repo, with more bash scripts, then in the same script use ‘sh’ too run the local script, when you source a file it “cannot be found” 🙄

Works in Bash 4.x