increase verbosity

This commit is contained in:
aptalca 2020-01-28 15:12:43 -05:00 committed by Ryan Kuba
parent 6e55e420ba
commit 82c9fa140c

View File

@ -1,5 +1,6 @@
#!/usr/bin/with-contenv bash #!/usr/bin/with-contenv bash
echo "**** installing python2 and pip ****"
apt-get update && apt-get install -y \ apt-get update && apt-get install -y \
python \ python \
python-pip python-pip