From d45900088c726c18fe1ad454ef2e1fcb8558baa0 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 5 Feb 2018 06:47:02 +0100 Subject: [PATCH] fixup! update for non optimal systems --- aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aliases.zsh b/aliases.zsh index 1c489a1..21b8ee9 100644 --- a/aliases.zsh +++ b/aliases.zsh @@ -10,7 +10,7 @@ alias xzc='xz --best --extreme' alias extip='curl -LR1fs --compressed https://ipinfo.io/ | jq -Sc' alias jjar='java -jar' -if [ -x "$(lsb_release)" ]; +if [ -x "$(which lsb_release)" ]; then current_dist=`lsb_release -c -s` all_dkms_packages="`apt-cache rdepends --installed dkms | sed -rn 's/^ +([^ ]+)$/\1/p' | sort -iu`"