Merge branch 'release-2.140.100'
[feisty_meow.git] / scripts / site_avenger / revamp_cakelampvm.sh
index c8de9b6777e8cec6114bf1997a1b81ed029b268d..d024cd10922782e072c9570d7dbb535fc4e66a77 100644 (file)
@@ -68,7 +68,14 @@ fi
 
 # install a better editor app.
 
-apt-get install bluefish &> "/tmp/install_bluefish-$(logname).log"
+echo "
+The script is about to install the bluefish editor and some dependencies.
+If the app is not already installed, then this process takes only about a
+minute on a slower home DSL internet connection...
+
+"
+
+apt-get install -y bluefish &> "/tmp/install_bluefish-$(logname).log"
 test_or_continue "failed to install bluefish editor.  not good."
 
 ##############