diff --git a/CHANGELOG b/CHANGELOG index 84e6bec7..426d2d3f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ - Add 443 to Tor - Big fix re SSH key and random PW creation - SSDs skip QuickSync by default +- Add lndmanage tool - Custom LND Config === v0.1.58 === diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh index 46bc7333..4436797c 100755 --- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh +++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh @@ -11,7 +11,7 @@ systemctl stop quicksync systemctl stop bitcoind # Install any new software -apt -y install pv sysstat network-manager unzip +apt -y install pv sysstat network-manager unzip pkg-config libfreetype6-dev libpng-dev # Install any pip software pip install tzupdate @@ -19,6 +19,7 @@ pip install tzupdate # Install any pip3 software pip3 install python-bitcointx +pip3 install lndmanage==0.8.0 # Install LND Manage (keep up to date with LND) # Import Keys diff --git a/setup/setup_device.sh b/setup/setup_device.sh index eaac3eb6..887a0c98 100755 --- a/setup/setup_device.sh +++ b/setup/setup_device.sh @@ -71,7 +71,8 @@ apt-get -y install clang hitch zlib1g-dev libffi-dev file toilet ncdu 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 python-grpcio python3-grpcio -apt-get -y install pv sysstat network-manager rsync parted unzip +apt-get -y install pv sysstat network-manager rsync parted unzip pkg-config +apt-get -y install libfreetype6-dev libpng-dev # Install other things without recommendation @@ -119,6 +120,7 @@ fi pip3 install wheel setuptools pip3 install bitstring lnd-grpc pycoin aiohttp connectrum python-bitcoinlib pip3 install python-bitcointx +pip3 install lndmanage==0.8.0 # Install LND Manage (keep up to date with LND) # Install Rust