add -y to apt update
avoids needless interruption for the user
This commit is contained in:
parent
a9f6b78d9f
commit
bbbd921379
@ -9,7 +9,7 @@ export BTCPAYGEN_REVERSEPROXY="nginx"
|
||||
export BTCPAY_ENABLE_SSH=true
|
||||
|
||||
# Upgrade OS packages to latest
|
||||
apt update && apt upgrade -y && apt autoremove
|
||||
apt update -y && apt upgrade -y && apt autoremove
|
||||
|
||||
# Install Docker
|
||||
apt install apt-transport-https ca-certificates curl gnupg lsb-release -y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user