christianchiarulli 4 yıl önce
ebeveyn
işleme
89ba71ff8a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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