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:
parent
e64ee7444a
commit
6dd3cb9a54
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user