cttynul/gimpshop-reloaded

installation script doesn't work

gucio321 opened this issue · 2 comments

Hi there!
seems that git://github.com/cttynul/gimpshop-reloaded is no longer supported protocol.

Cloning into '/home/me/.gimpshop-temp'...
fatal: remote error: 
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
cp: cannot stat '/home/me/.gimpshop-temp/.': No such file or directory

please not that tinstallation script doesn't fail despite the crash above 😕
IMO it should check

if [ ${?} != "0" ]; then echo "some error" ; fi

Hi gucio.
fixed. Retry now.

ok, it works now, thanx!