Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit cd8fadd

Browse files
committed
feat(): add install script sample
1 parent 63e9a6e commit cd8fadd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/install.sample.sh

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ download_and_verify() {
2424
setup_binary
2525
}
2626

27+
output_usage(){
28+
echo ""
29+
}
30+
31+
2732
# --- create temporary directory and cleanup when done ---
2833
setup_tmp() {
2934
TMP_DIR=$(mktemp -d -t omniedge-install.XXXXXXXXXX)
@@ -146,4 +151,5 @@ fatal() {
146151
{
147152
setup_env
148153
download_and_verify
154+
output_usage
149155
}

0 commit comments

Comments
 (0)