-
-
Save iandesj/20296036d34e845ff39de3afd74ef1ba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum install epel-release -y && yum install gcc python2-devel python-pip upx -y | |
yum install git -y | |
git clone https://github.com/akroma-project/akroma-masternode-management.git && cd akroma-masternode-management/source | |
pip install -r requirements.txt | |
pyinstaller --onefile --noconfirm --clean --log-level=WARN --strip --runtime-tmpdir /dev/shm akroma-mn-setup.py | |
pyinstaller --onefile --noconfirm --clean --log-level=WARN --strip --runtime-tmpdir /dev/shm akroma-mn-utils.py | |
./dist/akroma-mn-setup -h | |
yes | ./dist/akroma-mn-setup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment