X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fsite_avenger%2Frevamp_cakelampvm.sh;h=d024cd10922782e072c9570d7dbb535fc4e66a77;hb=3d0aa2a3d1c91490f83148d66e0078807b46944a;hp=c8de9b6777e8cec6114bf1997a1b81ed029b268d;hpb=5ff4bf19cd4ac64745d7230edd1bff4ffb719117;p=feisty_meow.git diff --git a/scripts/site_avenger/revamp_cakelampvm.sh b/scripts/site_avenger/revamp_cakelampvm.sh index c8de9b67..d024cd10 100644 --- a/scripts/site_avenger/revamp_cakelampvm.sh +++ b/scripts/site_avenger/revamp_cakelampvm.sh @@ -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." ##############