garronej / chan-dongle-extended-pages

https://garronej.github.io/chan-dongle-extended-pages/
8 stars 5 forks source link

Script does not work on Ubuntu 22.04 #6

Closed controloye closed 2 years ago

controloye commented 2 years ago

I believe python is now python3 on Ubuntu 22.04

anyway following is output

$ -> node dist/bin/installer.js install ---Installing chan_dongle--- Looking for git ... git executable found. OK Installing or upgrading python package...Command failed: apt-get -y install python E: Package 'python' has no installation candidate

An error occurred: 'Command failed: apt-get -y install python E: Package 'python' has no installation candidate

root@dev:/usr/share/dongle#

geosohaib commented 2 years ago

create soft link to python3

ln -sf /usr/bin/python3 /usr/bin/python

garronej commented 2 years ago

Chan-dongle-extended work with pyhton 2. Before installing you must have python installed and il must be in v2.X