6 lines
93 B
Plaintext
6 lines
93 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
apt-get update && apt-get install -y \
|
|
python \
|
|
python-pip
|