1
0
mirror of https://github.com/tommytran732/tommytran.io synced 2024-12-04 06:51:33 -05:00

Add -o pipefail

This commit is contained in:
Tommy 2024-11-26 05:21:11 -07:00 committed by GitHub
parent e64ee7444a
commit 6dd3cb9a54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -eu
set -euo pipefail
curl -L -s https://api.github.com/repos/gohugoio/hugo/releases/latest | grep "browser_download_url.*extended.*linux-amd64.tar.gz" | cut -d : -f 2,3 | sed 's/"//g' | xargs wget