summaryrefslogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
Diffstat (limited to 'update')
-rwxr-xr-xupdate8
1 files changed, 8 insertions, 0 deletions
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