Skip to content

Commit

Permalink
add -y to apt update
Browse files Browse the repository at this point in the history
avoids needless interruption for the user
  • Loading branch information
ArmanTheParman authored Nov 18, 2024
1 parent 82b1a14 commit cf336b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/btcpayserver-rpi4-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf336b1

Please sign in to comment.