projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff4bf1
)
added bluefish install
author
Chris Koeritz
<fred@gruntose.com>
Wed, 15 Nov 2017 02:51:55 +0000
(21:51 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Wed, 15 Nov 2017 02:51:55 +0000
(21:51 -0500)
scripts/site_avenger/revamp_cakelampvm.sh
patch
|
blob
|
history
diff --git
a/scripts/site_avenger/revamp_cakelampvm.sh
b/scripts/site_avenger/revamp_cakelampvm.sh
index c8de9b6777e8cec6114bf1997a1b81ed029b268d..653a07a1db34da8f3034d9eed480437da7e415c8 100644
(file)
--- a/
scripts/site_avenger/revamp_cakelampvm.sh
+++ b/
scripts/site_avenger/revamp_cakelampvm.sh
@@
-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."
##############