mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 00:19:15 +00:00
Add -y to upgrade
This commit is contained in:
parent
8f2aaab591
commit
bbd155edf9
|
@ -38,11 +38,11 @@ set -e
|
|||
|
||||
|
||||
# Check for updates (might auto-install all updates later)
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get update
|
||||
apt-get upgrade
|
||||
apt-get -y upgrade
|
||||
|
||||
# Install any new software
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get -y install apt-transport-https
|
||||
apt-get -y install fonts-dejavu
|
||||
apt-get -y install pv sysstat network-manager unzip pkg-config libfreetype6-dev libpng-dev
|
||||
|
|
Loading…
Reference in New Issue
Block a user