polonel / trudesk

:coffee: :seedling: Trudesk is an open-source help desk/ticketing solution.
http://trudesk.io
Other
1.29k stars 430 forks source link

Ubuntu installation script attempts to check for and install python2 instead of python3 #615

Closed sschwetz closed 1 year ago

sschwetz commented 1 year ago

Is this a BUG REPORT or FEATURE REQUEST?:

What happened:

On attempting installation on ubuntu 20.04 the installer attempted to install python package which has been removed and only python3 is installed.

Installing python -E: Package 'python' has no installation candidate

What did you expect to happen:

Installer should recognise that python3 is now python that is supported and attempt installation of it

How to reproduce it (as minimally and precisely as possible):

run ubuntu installation script

Anything else we need to know?:

Environment:

polonel commented 1 year ago

Are you on 20.04 or 22.04? You list both?