greenhouse/build-tools/envsetup.sh

6 lines
103 B
Bash
Executable File

#!/bin/sh
if [ ! -e "pyinstaller" ]; then
git clone https://github.com/pyinstaller/pyinstaller
fi