From 5ff4bf19cd4ac64745d7230edd1bff4ffb719117 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Tue, 14 Nov 2017 21:47:58 -0500 Subject: [PATCH] added bluefish editor this is a nice gui that will be easier for most than vim. --- scripts/site_avenger/revamp_cakelampvm.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/site_avenger/revamp_cakelampvm.sh b/scripts/site_avenger/revamp_cakelampvm.sh index 25edca2a..c8de9b67 100644 --- a/scripts/site_avenger/revamp_cakelampvm.sh +++ b/scripts/site_avenger/revamp_cakelampvm.sh @@ -66,6 +66,14 @@ 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... -- 2.34.1