diff --git a/zero3/pi.sh b/zero3/pi.sh index ed3105a..3879bf4 100644 --- a/zero3/pi.sh +++ b/zero3/pi.sh @@ -72,7 +72,7 @@ update_system_packages() { sudo DEBIAN_FRONTEND=noninteractive apt-get upgrade -y if ! command -v curl &> /dev/null; then red "curl is not installed. Installing now..." - sudo apt update && sudo apt install -y curl + sudo apt install -y curl if command -v curl &> /dev/null; then green "curl has been installed successfully." else