update the environment in the unattended install

This commit is contained in:
Bert Pattyn
2012-12-19 17:40:58 +01:00
parent 90651204a0
commit 6f0a1eb3e5
+1 -1
View File
@@ -60,4 +60,4 @@ done;
# This will add a tag to our prompt, so we know which environment we're in.
# It is adaptable in ~/.bash_environment
touch ~/.bash_environment;
echo -e "export __prompt_environment='DEVELOPMENT'" | tee ~/.bash_environment > /dev/null;
echo -e "export __prompt_environment='[DEVELOPMENT] '" | tee ~/.bash_environment > /dev/null;