christianchiarulli 4 years ago
parent
commit
89ba71ff8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/installer/install.sh

+ 1 - 1
utils/installer/install.sh

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 
 set -o nounset # error when referencing undefined variable
 set -o nounset # error when referencing undefined variable
 set -o errexit # exit when command fails
 set -o errexit # exit when command fails