mirror of
https://github.com/gryf/vmstrap.git
synced 2025-12-19 04:20:26 +01:00
Added quoting on packages
This commit is contained in:
@@ -5,13 +5,9 @@ sudo apt update && sudo apt -y upgrade
|
|||||||
|
|
||||||
lsb_release -a 2>/dev/null | grep -q bionic
|
lsb_release -a 2>/dev/null | grep -q bionic
|
||||||
if [[ $? -eq 0 ]]; then
|
if [[ $? -eq 0 ]]; then
|
||||||
PGS=vim-gtk mc python-jedi python3-jedi htop \
|
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"
|
||||||
python-flake8 python3-flake8 exuberant-ctags pylint flake8 pylint3 \
|
|
||||||
git-review silversearcher-ag python-apsw ccze python-pip
|
|
||||||
else
|
else
|
||||||
PGS=vim-gtk-py2 mc python-jedi python3-jedi htop \
|
PGS="vim-gtk-py2 mc python-jedi python3-jedi htop python-flake8 python3-flake8 exuberant-ctags pylint flake8 pylint3 git-review silversearcher-ag python-apsw ccze python-pip"
|
||||||
python-flake8 python3-flake8 exuberant-ctags pylint flake8 pylint3 \
|
|
||||||
git-review silversearcher-ag python-apsw ccze python-pip
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 2. install tools
|
# 2. install tools
|
||||||
|
|||||||
Reference in New Issue
Block a user