Update spvblock.py

This commit is contained in:
Satoshi Nakamoto 2023-06-15 02:26:16 +02:00 committed by GitHub
parent fd32123feb
commit 64fa4dfe1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3820,10 +3820,10 @@ def callGitBija():
#---------------------------------Bpytop----------------------------------
def callGitBpytop():
if not os.path.isdir('Bpytop'):
git = "pip3 install bpytop && mkdir Bpytop"
if not os.path.isdir('bpytop'):
git = "pip3 install bpytop && git clone https://github.com/aristocratos/bpytop.git"
os.system(git)
os.system("cd Bpytop && bpytop")
os.system("cd bpytop && sudo make install && bpytop")
#---------------------------------Cashu----------------------------------
def callGitCashu():