docs: update

This commit is contained in:
Dylan Araps 2018-05-28 08:42:35 +10:00
parent e6b8f4f64f
commit ba9c7bba23

View file

@ -971,8 +971,6 @@ get_distro() {
"Windows")
distro="$(wmic os get Caption)"
# Strip crap from the output of wmic.
distro="${distro/Caption}"
distro="${distro/Microsoft }"
;;