Commit ba9c7bba authored by Dylan Araps's avatar Dylan Araps

docs: update

parent e6b8f4f6
...@@ -971,8 +971,6 @@ get_distro() { ...@@ -971,8 +971,6 @@ get_distro() {
"Windows") "Windows")
distro="$(wmic os get Caption)" distro="$(wmic os get Caption)"
# Strip crap from the output of wmic.
distro="${distro/Caption}" distro="${distro/Caption}"
distro="${distro/Microsoft }" distro="${distro/Microsoft }"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment