diff --git a/rpi-update b/rpi-update index 98a4ebe..307b930 100755 --- a/rpi-update +++ b/rpi-update @@ -45,7 +45,7 @@ function update_self() { echo " *** Performing self-update" _tempFileName="$0.tmp" - if ! curl -L --output "${_tempFileName}" "${UPDATE_URI}"; then + if ! curl -Ls --output "${_tempFileName}" "${UPDATE_URI}"; then echo " !!! Failed to download update for rpi-update!" echo " !!! Make sure you have ca-certificates installed and that the time is set correctly" exit 1