Yes Ubuntu 20.04 is even listed in the install script
I was able to finish the installation
basically, you need a PPA for podman and later you will have a semantic issue with Python3
here you could find my revision: https://github.com/JOduMonT/ns8-core/blob/main/core/install.sh
but sadly the work don’t end here because the software center of the cluster will fail
Task cluster/list-modules failed
{
"context": {
"action": "list-modules",
"data": null,
"extra": {
"isNotificationHidden": true,
"title": "List apps"
},
"id": "cf72eceb-8670-4039-885f-67f4541197aa",
"parent": "",
"queue": "cluster/tasks",
"timestamp": "2022-03-20T02:21:07.962633736Z",
"user": "admin"
},
"status": "aborted",
"progress": 0,
"subTasks": [],
"validated": false,
"result": {
"error": "Traceback (most recent call last):\n File \"/var/lib/nethserver/cluster/actions/list-modules/50read\", line 35, in <module>\n installed = cluster.modules.list_installed(rdb)\n File \"/usr/local/agent/pypkg/cluster/modules.py\", line 121, in list_installed\n module_ui_name = rdb.get(m.removesuffix('/environment') + '/ui_name') or \"\"\nAttributeError: 'str' object has no attribute 'removesuffix'\n",
"exit_code": 1,
"file": "cluster/task/cf72eceb-8670-4039-885f-67f4541197aa",
"output": ""
}
}