From 3339960ae14df8b97aab290d7b859385b353267b Mon Sep 17 00:00:00 2001 From: Taylor Helsper Date: Mon, 11 Nov 2019 20:44:18 -0600 Subject: [PATCH] Fix bottle dep --- rootfs/standard/usr/bin/mynode_post_upgrade.sh | 2 +- setup/setup_device.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh index a6e521a9..45d35b4b 100755 --- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh +++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh @@ -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 glances bottle +apt -y install libatlas-base-dev libffi-dev libssl-dev glances python3-bottle # Install any pip software pip install tzupdate diff --git a/setup/setup_device.sh b/setup/setup_device.sh index 80222d9f..e2832e88 100755 --- a/setup/setup_device.sh +++ b/setup/setup_device.sh @@ -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 glances bottle +apt-get -y install libffi-dev libssl-dev glances python3-bottle # Install other things without recommendation