9 lines
158 B
Bash
Executable file
9 lines
158 B
Bash
Executable file
#!/bin/bash
|
|
|
|
|
|
set -e
|
|
|
|
|
|
sudo apt-get install -y python3-pip
|
|
python3 -m pip install --upgrade pip
|
|
python3 -m pip install --use-deprecated=legacy-resolver $1 ./
|