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 and rockstardev committed Jan 1, 2025
1 parent a9f6b78 commit bbbd921
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 bbbd921

Please sign in to comment.