Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sofiane Bendoukha
ssh_scripts
Commits
6c86102e
Commit
6c86102e
authored
Jul 04, 2020
by
Mathis Rosenhauer
Browse files
start-jupyter: WSL2 has lower case microsoft in uname -a
parent
e328eee6
Changes
1
Hide whitespace changes
Inline
Side-by-side
start-jupyter
View file @
6c86102e
...
...
@@ -323,7 +323,7 @@ function launch_browser() {
;;
Linux
)
case
"
$(
uname
-a
)
"
in
*
M
icrosoft
*
|
*
WSL
*
)
*
[
Mm]
icrosoft
*
|
*
WSL
*
)
cmd.exe /c start
"
${
url
}
"
||
show_url
"
${
url
}
"
;;
*
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment