mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-26 00:07:56 +00:00
illegal pipefail, use sh
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/usr/env bash
|
||||
set -euo pipefail
|
||||
#!/usr/env sh
|
||||
set -eu
|
||||
|
||||
apt-get update
|
||||
apt-get install -y curl git protobuf-compiler build-essential libclang-15-dev
|
||||
|
||||
Reference in New Issue
Block a user