bash -> sh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-01 01:06:40 -04:00
parent 4a06259b31
commit 70cfe05d70

View File

@@ -68,7 +68,7 @@ volumes:
subPath: setup_hugo.sh subPath: setup_hugo.sh
# yamllint disable rule:line-length # yamllint disable rule:line-length
fileContent: | fileContent: |
#!/usr/bin/env bash #!/usr/bin/env sh
# Setting up Hugo # Setting up Hugo
curl -O https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_0.145.0_linux-arm64.tar.gz && curl -O https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_0.145.0_linux-arm64.tar.gz &&
tar -xzf hugo_0.111.3_Linux-64bit.tar.gz && tar -xzf hugo_0.111.3_Linux-64bit.tar.gz &&