浏览代码

Add missing shebang

cloud-init expects a shebang in the beginning of the script
jpetazzo 12 年之前
父节点
当前提交
53e2e8209f
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      install.sh

+ 2 - 1
install.sh

@@ -1,4 +1,5 @@
-# This script is meant for quick & easy install via 'curl URL-OF-SCRIPPT | bash'
+#!/bin/sh
+# This script is meant for quick & easy install via 'curl URL-OF-SCRIPT | bash'
 # Courtesy of Jeff Lindsay <progrium@gmail.com>
 
 cd /tmp