BMinstallMenu view of the 9 option menu

9 options  including one spare entry
This commit is contained in:
ff x 2018-03-21 15:35:49 +01:00 committed by GitHub
parent 634a49cd6d
commit 7e48dbeadd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
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 ==>