1
0
mirror of https://github.com/gryf/vmstrap.git synced 2025-12-18 20:10:28 +01:00

use codename + short for lsb_release command

This commit is contained in:
2019-06-20 12:18:45 +02:00
parent 5e8d4551b8
commit f4de19cbab

View File

@@ -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