commit ab3decbcbe448c33385aaed0aa389523565dcfef parent 4f742d1f052fbee5b81a8f425e4ea9ddbc9ad315 Author: Willy Goiffon <w.goiffon@gmail.com> Date: Mon Oct 14 16:39:10 +0200 Merge branch 'master' of z3bra.org:scripts Diffstat:
info.sh | | | 3 | ++- |
diff --git a/info.sh b/info.sh @@ -24,7 +24,8 @@ f2=$'\e[0;37m' kernel=$(uname -rmo) cpuspe=$(grep 'model name' /proc/cpuinfo| sed 1q|sed 's/^.*:\ *//') -system=$(lsb_release -d | sed 's/^.*:\s*//') +#system=$(lsb_release -d | sed 's/^.*:\s*//') +system=$(cat /etc/issue|cut -d\\ -f1) if [ -n "$DISPLAY" ]; then wmname=$(xprop -root WM_NAME|cut -d\" -f2)