feature(delta): use WEBI_UA for curl.exe
[webi-installers/.git] / sd / install.sh
index fb4ea8a9cbf3aa8061afbd5a619c4d3f683fef4e..0668e1f47705e8209c0890388948eb5f67fc773f 100644 (file)
@@ -1,8 +1,8 @@
 #!/bin/bash
+set -e
+set -u
 
-{
-    set -e
-    set -u
+function __init_sd() {
 
     ##################
     # Install sd #
@@ -36,3 +36,5 @@
     }
 
 }
+
+__init_sd