Unverified Commit 2c3faf94 authored by Zhang Boyu's avatar Zhang Boyu Committed by GitHub

Update neofetch

parent 6758bfb7
......@@ -1210,7 +1210,7 @@ get_kernel() {
return
}
# In Windows 'uname -r' under MSYS returns a "virtual" kernel version, so use wmic
# In Windows 'uname -r' under MSYS returns version of MSYS, so use wmic
[[ "$os" == Windows ]] && {
kernel_version=$(wmic os get Version)
kernel_version="${kernel_version/Version}"
......
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