Nathaniel van Diepen %!s(int64=10) %!d(string=hai) anos
pai
achega
ef9ea474fd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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^;