mirror of
https://github.com/dslm4515/BMLFS.git
synced 2026-01-14 00:33:30 +00:00
7 lines
194 B
Bash
Executable File
7 lines
194 B
Bash
Executable File
#! /bin/bash
|
|
|
|
python2 setup.py build
|
|
read -p "Install?" && sudo -S porg -lD "python2 setup.py install"
|
|
python3 setup.py build
|
|
read -p "Install?" && sudo -S porg -lD+ "python3 setup.py install"
|