Fix bottle dep
This commit is contained in:
parent
779129c9de
commit
3339960ae1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user