diff options
Diffstat (limited to 'sys.sh')
| -rwxr-xr-x | sys.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ function cuteol { done } -INSTALLED=$(file /boot/vmlinuz-linux | grep -o "[0-9a-z.-]\+-ARCH") +INSTALLED=$(file /boot/vmlinuz-linux | sed -n "s/^.*version \([^ ]\+\) .*$/\1/p") CURRENT=$(uname -r) KERNEL=$(echo $CURRENT | cut -d- -f1) |
