chore(style): add shebang, set bash strict mode, create function
[webi-installers/.git] / arc / install.sh
index 184c05c0bb8e6fb6ceec887b205685f90e84189d..81105b4b6fa987577f65fe991cf6c932133d53cd 100644 (file)
@@ -1,7 +1,8 @@
 #!/bin/bash
+set -e
+set -u
+
 function __init_arc() {
-    set -e
-    set -u
 
     ####################
     # Install archiver #