added bluefish install
authorChris Koeritz <fred@gruntose.com>
Wed, 15 Nov 2017 02:51:55 +0000 (21:51 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 15 Nov 2017 02:51:55 +0000 (21:51 -0500)
scripts/site_avenger/revamp_cakelampvm.sh

index c8de9b6777e8cec6114bf1997a1b81ed029b268d..653a07a1db34da8f3034d9eed480437da7e415c8 100644 (file)
@@ -68,7 +68,13 @@ 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.
+This takes about a minute on a not very fast internet connection...
+
+"
+
+apt-get install -y bluefish &> "/tmp/install_bluefish-$(logname).log"
 test_or_continue "failed to install bluefish editor.  not good."
 
 ##############