christianchiarulli hace 4 años
padre
commit
89ba71ff8a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 errexit # exit when command fails