Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detecting Debian dystro on install.sh #3304

Closed
Paktas opened this issue Apr 16, 2021 · 1 comment · Fixed by #3309
Closed

Detecting Debian dystro on install.sh #3304

Paktas opened this issue Apr 16, 2021 · 1 comment · Fixed by #3309
Assignees
Labels

Comments

@Paktas
Copy link

Paktas commented Apr 16, 2021

Install.sh script is NOT detecting Debian 10 dystro - thinking it's dealing with Rasberry.

if [[ "$(uname -a | grep -c raspberry)" ]]; then

The dystro is:

uname -a
Linux mysterium-node 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux

While the script returns raspbian:

sudo -E bash -c "$(curl -s https://raw.githubusercontent.com/mysteriumnetwork/node/master/install.sh)"
### Detecting platform
System info:
OS: linux
Distribution: raspbian
Version codename: buster
### Detecting platform - done
@soffokl
Copy link
Member

soffokl commented Apr 20, 2021

@Paktas hey, the issue was resolved. You can try to install it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants