I'm on debian 11, and trying the install instruction here: https://www.gnustep.org/getit.html#automated and they fail, it says I need to set up ssh. That is bogus, I've never needed ssh to install any other sdk.
So I came here, and cloned this repo, run the script locally and it fails on lsb-release. That's obsolete, I can't even install it anymore. So I commented out line 7:
# Add distro specific variables...
# . /etc/lsb-release
and it seems to have installed ok...
I'm on debian 11, and trying the install instruction here: https://www.gnustep.org/getit.html#automated and they fail, it says I need to set up ssh. That is bogus, I've never needed ssh to install any other sdk.
So I came here, and cloned this repo, run the script locally and it fails on lsb-release. That's obsolete, I can't even install it anymore. So I commented out line 7:
and it seems to have installed ok...