byoso / Nord-Manager

Unofficial Nord VPN GUI (in the system tray), for linux, simple, and efficient.
MIT License
31 stars 6 forks source link

Ubuntu only? #5

Closed jkw closed 2 years ago

jkw commented 3 years ago

Doesn't say in readme.txt that it is Ubuntu only.

Got this issue when running install.sh: `   ~/H/Nord-Manager-master  ./install.sh  ✔ [sudo] lösenord för jkw:

Försök igen.

[sudo] lösenord för jkw:

sudo: apt: kommandot hittades inte`

jeannemas commented 2 years ago

It seems that it uses, in fact apt, which is the package manager for Debian based distros.

https://github.com/byoso/Nord-Manager/blob/5c57a317550b631058cd67a9e1072ff58a8268d7/install.sh#L5

byoso commented 2 years ago

It seems that it uses, in fact apt, which is the package manager for Debian based distros.

https://github.com/byoso/Nord-Manager/blob/5c57a317550b631058cd67a9e1072ff58a8268d7/install.sh#L5

Yes you are right... the install.sh should only work for debian based systems. I guess that could be easy to manually adapt the install.sh to your own system. Anyway, it is now mentioned in the readme.md