docs: requires busybox sh
This commit is contained in:
parent
e406ad4549
commit
9547ce0eee
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# works best on busybox sh
|
||||
|
||||
set -efux -o pipefail
|
||||
|
||||
## Create a temporary working folder
|
||||
|
|
Loading…
Reference in New Issue