blob: b40f0ced0fb33b204f9e39e2c6283d77beda9b82 (
plain)
1
2
3
4
5
6
7
|
#!/bin/bash
# All Debian-like before_install scripts starts by running this
# "global" before_install script.
sudo apt-get update -qq
sudo apt-get install -qq python3-pip python3-setuptools
|