christianchiarulli 4 rokov pred
rodič
commit
934535df61
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      utils/installer/install.sh

+ 1 - 1
utils/installer/install.sh

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