Skip to content

Commit a5d7fe0

Browse files
committed
Update sh installer
1 parent ebdabd4 commit a5d7fe0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/install.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/bin/bash
22

3+
# error handling
4+
set -e
5+
set -x
6+
set -u
7+
38
# constants
49
APP_NAME="FuckingNode"
510
CLI_NAME="fuckingnode"

0 commit comments

Comments
 (0)