Add glances

This commit is contained in:
Taylor Helsper 2019-11-11 19:31:05 -06:00
parent 6c29249e48
commit b4191ea38e
3 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
- Improve LND Connect IP detection (again)
- Refactor for electrum server improvements
- Install docker and docker-compose dependency
- Add glances
=== v0.1.64 ===
- Improve logging for upgrades

View File

@ -12,7 +12,7 @@ systemctl stop bitcoind
# Install any new software
apt -y install pv sysstat network-manager unzip pkg-config libfreetype6-dev libpng-dev
apt -y install libatlas-base-dev libffi-dev libssl-dev
apt -y install libatlas-base-dev libffi-dev libssl-dev glances
# Install any pip software
pip install tzupdate

View File

@ -73,7 +73,7 @@ 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 pkg-config
apt-get -y install libfreetype6-dev libpng-dev libatlas-base-dev
apt-get -y install libffi-dev libssl-dev
apt-get -y install libffi-dev libssl-dev glances
# Install other things without recommendation