This repository has been archived on 2024-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-19/dev/bash-install-menu-items
ff x 7e48dbeadd
BMinstallMenu view of the 9 option menu
9 options  including one spare entry
2018-03-21 15:35:49 +01:00

26 lines
1.2 KiB
Plaintext

this is how the menu looks, if you run BMinstallMenu :
1. echo " clone BitMessage repo below current dir " ; git clone "https ... invisible but works - bash quirk
2. echo " check dependencies i.e. py modules etc. " ; cd ./PyBitmessage/ ; python2 checkdeps.py ; cd ..
3. echo " inject standard KEYS.DAT file " ; cp ./keys.dat PyBitmessage/src
4. echo " run new BM from py source " ; pushd . ; cd PyBitmessage/src ; ./bitmessagemain.py ; popd
5. echo " pull BM update from github " ; pushd . ; cd PyBitmessage/ ; git pull ; popd
6. echo " fetch all " ; pushd . ; cd PyBitmessage/ ; git fetch --all; popd
7. echo " git hard reset " ; pushd . ; cd PyBitmessage/ ; git reset --hard origin/master ; popd
8. echo " delete unimportant files " ; rm ./PyBitmessage/* ; cd PyBitmessage ; rm -rf man dev build packages desktop ; cd ..
9. echo fill in your own instruction here
ENTER quits menu - please choose 1 to 9 ==>