Browse Source

More variant replacements

Bob Mottram 11 years ago
parent
commit
4da7e1ed4d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      install-freedombone.sh

+ 2
- 2
install-freedombone.sh View File

166
   echo 'system type'
166
   echo 'system type'
167
   echo '-----------'
167
   echo '-----------'
168
   echo 'This can either be blank if you wish to install the full system,'
168
   echo 'This can either be blank if you wish to install the full system,'
169
-  echo 'or for more specialised variants you can specify "mailbox", "cloud",'
170
-  echo '"chat", "social" or "writer"'
169
+  echo "or for more specialised variants you can specify '$VARIANT_MAILBOX', '$VARIANT_CLOUD',"
170
+  echo "'$VARIANT_CHAT', '$VARIANT_SOCIAL' or '$VARIANT_WRITER'"
171
   echo ''
171
   echo ''
172
 }
172
 }
173
 
173