Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@iandesj
Created August 7, 2018 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iandesj/20296036d34e845ff39de3afd74ef1ba to your computer and use it in GitHub Desktop.
Save iandesj/20296036d34e845ff39de3afd74ef1ba to your computer and use it in GitHub Desktop.
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