You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Install script fails to detect Debian version 10, because grep only get one number which is 1 not 10, so using grep -o "[0-9]\{1,2\}"
should fix that problem.
0 commit comments