diff --git a/update.sh b/update.sh index c98a055..b5a3159 100755 --- a/update.sh +++ b/update.sh @@ -12,7 +12,7 @@ set -e # Trigger mount of ESP by accessing it. # TODO file bug that sysupdate doesn't do that. -stat /efi/EFI +stat /efi/EFI 2>&1 > /dev/null SCRIPT_DIR="$(dirname "$(readlink -f "$0")")" export TAR_OPTIONS="--zstd"