7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** installing python2 and pip ****"
|
|
apt-get update && apt-get install -y \
|
|
python \
|
|
python-pip
|