added bluefish editor
[feisty_meow.git] / scripts / site_avenger / revamp_cakelampvm.sh
index dcc32be5eabd1647aec64f14bad98e670fb5ade7..c8de9b6777e8cec6114bf1997a1b81ed029b268d 100644 (file)
@@ -56,12 +56,24 @@ test_or_die "group perms on feisty meow"
 #
 ##############
 
-# copy the most recent hello file into place for the user.
-\cp -f "$FEISTY_MEOW_APEX/production/sites/cakelampvm.com/hello.txt" "$HOME"
-test_or_continue "copying hello file for user"
+# only update hello if they've still got the file there.  we don't want to
+# keep forcing our hellos at people.
+if [ -f "$HOME/hello.txt" ]; then
+  # copy the most recent hello file into place for the user.
+  \cp -f "$FEISTY_MEOW_APEX/production/sites/cakelampvm.com/hello.txt" "$HOME"
+  test_or_continue "copying hello file for user"
+fi
+
+##############
+
+# install a better editor app.
+
+apt-get install bluefish &> "/tmp/install_bluefish-$(logname).log"
+test_or_continue "failed to install bluefish editor.  not good."
 
 ##############
 
+
 #hmmm: todo
 # deploy the site updater here to fix the local cakelampvm.com site...