summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/00-variables.inc
diff options
context:
space:
mode:
authorChristian Rößler2014-07-09 17:03:18 +0200
committerChristian Rößler2014-07-09 17:03:18 +0200
commite7b25ec754a80d9bd24eda965b9cf4b1cc792909 (patch)
tree5be78f13cbdd519f6dcfcdcea3c5eeccd8348fd4 /satellit_installer/includes/00-variables.inc
parent[SSPS] http vars into 00-variables.inc (diff)
downloadsetup-scripts-e7b25ec754a80d9bd24eda965b9cf4b1cc792909.tar.gz
setup-scripts-e7b25ec754a80d9bd24eda965b9cf4b1cc792909.tar.xz
setup-scripts-e7b25ec754a80d9bd24eda965b9cf4b1cc792909.zip
[SSPS] Several static_files now download via http
Diffstat (limited to 'satellit_installer/includes/00-variables.inc')
-rw-r--r--satellit_installer/includes/00-variables.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/satellit_installer/includes/00-variables.inc b/satellit_installer/includes/00-variables.inc
index 36a6eab..5126c4f 100644
--- a/satellit_installer/includes/00-variables.inc
+++ b/satellit_installer/includes/00-variables.inc
@@ -2,6 +2,10 @@
### Script variables, directories etc.:
+# these vars are set in main program, just to mention them:
+# SELF="$(readlink -f "$0")"
+# BASEDIR="$(dirname "${SELF}")"
+
export LOGDIR="$BASEDIR/config"
export INSTALLDIR="/opt/dmsd/"
export TASKMANDIR="/opt/taskmanager/"
@@ -14,7 +18,7 @@ export LANG=en_US.UTF-8
### Needed Packages:
# Set list of needed packages (scripting needs) - remember, Debian-specific so far.
-PACKAGELIST_SCRIPT="cracklib-runtime"
+PACKAGELIST_SCRIPT="cracklib-runtime wget"
# Set list of needed packages (server needs) - remember, Debian-specific so far.
PACKAGELIST_SERVER="mysql-server lighttpd pure-ftpd-mysql atftpd php5-cgi php5-curl cifs-utils"