From 4fcb8a81f6cad88a9f1d66cff49055e06037167c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 11 Jul 2018 08:52:00 +0200 Subject: update : add dmesg and uname output --- update | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/update b/update index 7496680..a48393c 100755 --- a/update +++ b/update @@ -50,6 +50,13 @@ function check_etc() { sudo_run "git status" } +function info() { + echo + uname -a + dmesg --level=err,warn -T + echo +} + function synk() { [ -f ~/.unison/asynk.prf ] && echo -e "$RED ** unison asynk $RESET" && unison asynk.prf } @@ -68,5 +75,6 @@ git_pull ~/usr/git/share update_pkgs update_gem check_etc +info sudo -K -- cgit v1.1-2-g2b99