Ver Fonte

Comments

Nathaniel van Diepen há 9 anos atrás
pai
commit
ef9ea474fd
1 ficheiros alterados com 2 adições e 2 exclusões
  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^;