6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if [ ! -e "pyinstaller" ]; then
|
|
git clone https://github.com/pyinstaller/pyinstaller
|
|
fi
|