Skip to content

Commit bbbd921

Browse files
ArmanTheParmanrockstardev
authored andcommitted
add -y to apt update
avoids needless interruption for the user
1 parent a9f6b78 commit bbbd921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/btcpayserver-rpi4-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export BTCPAYGEN_REVERSEPROXY="nginx"
99
export BTCPAY_ENABLE_SSH=true
1010

1111
# Upgrade OS packages to latest
12-
apt update && apt upgrade -y && apt autoremove
12+
apt update -y && apt upgrade -y && apt autoremove
1313

1414
# Install Docker
1515
apt install apt-transport-https ca-certificates curl gnupg lsb-release -y

0 commit comments

Comments
 (0)