mirror of
https://github.com/dylanaraps/neofetch
synced 2025-12-30 00:05:08 -05:00
Update neofetch
This commit is contained in:
parent
6758bfb765
commit
2c3faf9469
2
neofetch
2
neofetch
@ -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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user