fixup! update for non optimal systems
This commit is contained in:
parent
7e916cf7e1
commit
d45900088c
1 changed files with 1 additions and 1 deletions
|
@ -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`"
|
||||
|
|
Loading…
Reference in a new issue