infra: Remove some stuff in the host setup.

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2019-02-07 21:38:02 +11:00
parent 910bc688c3
commit 20ca1ee3aa
1 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,14 @@ echo "----------------------------------------"
sudo apt-get update
echo "----------------------------------------"
echo
echo "========================================"
echo "Host remove packages"
echo "----------------------------------------"
sudo apt-get remove -y \
python-pytest \
echo "----------------------------------------"
echo
echo "========================================"
echo "Host install packages"