Nathaniel van Diepen 9 年之前
父節點
當前提交
ef9ea474fd
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      install.sh

+ 2 - 2
install.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
-
+# Functions for logging
 section(){
 	echo "=> Starting Section \"$@\"";
 }
@@ -28,7 +28,7 @@ if [ "$(id -u)" != "0" ]; then
 	sudo $0;
 	exit;
 fi;
-
+# Actually run the install
 section "Package Installation";
 log "LAMP Stack";
 install lamp-server^;