From f4de19cbab6cf2f45e98980a66c6674b55df99fb Mon Sep 17 00:00:00 2001 From: gryf Date: Thu, 20 Jun 2019 12:18:45 +0200 Subject: [PATCH] use codename + short for lsb_release command --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index d596522..3c8618f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -3,7 +3,7 @@ # 1. update sudo apt update && sudo apt -y upgrade -lsb_release -a 2>/dev/null | grep -q bionic +lsb_release -cs 2>/dev/null | grep -q bionic if [[ $? -eq 0 ]]; then PGS="vim-gtk mc python-jedi python3-jedi htop python-flake8 python3-flake8 exuberant-ctags pylint flake8 pylint3 git-review silversearcher-ag python-apsw ccze python-pip" else