mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 00:19:15 +00:00
Add dep for lndmanage
This commit is contained in:
parent
f729b1a240
commit
adf74f3dd7
|
@ -12,6 +12,7 @@ systemctl stop bitcoind
|
||||||
|
|
||||||
# Install any new software
|
# Install any new software
|
||||||
apt -y install pv sysstat network-manager unzip pkg-config libfreetype6-dev libpng-dev
|
apt -y install pv sysstat network-manager unzip pkg-config libfreetype6-dev libpng-dev
|
||||||
|
apt -y install libatlas-base-dev
|
||||||
|
|
||||||
# Install any pip software
|
# Install any pip software
|
||||||
pip install tzupdate
|
pip install tzupdate
|
||||||
|
|
|
@ -72,7 +72,7 @@ apt-get -y install toilet-fonts avahi-daemon figlet libsecp256k1-dev
|
||||||
apt-get -y install inotify-tools libssl-dev tor tmux screen
|
apt-get -y install inotify-tools libssl-dev tor tmux screen
|
||||||
apt-get -y install python-grpcio python3-grpcio
|
apt-get -y install python-grpcio python3-grpcio
|
||||||
apt-get -y install pv sysstat network-manager rsync parted unzip pkg-config
|
apt-get -y install pv sysstat network-manager rsync parted unzip pkg-config
|
||||||
apt-get -y install libfreetype6-dev libpng-dev
|
apt-get -y install libfreetype6-dev libpng-dev libatlas-base-dev
|
||||||
|
|
||||||
|
|
||||||
# Install other things without recommendation
|
# Install other things without recommendation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user