From df16f22319ec4090879401e2aabd5003198b59e4 Mon Sep 17 00:00:00 2001 From: Dallas Winger Date: Thu, 24 Oct 2019 14:30:55 -0400 Subject: [PATCH] fix typo in 'best text editor on earth' --- payloads/library/util/package-installer/payload.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/payloads/library/util/package-installer/payload.sh b/payloads/library/util/package-installer/payload.sh index f1299a5..e9971e4 100644 --- a/payloads/library/util/package-installer/payload.sh +++ b/payloads/library/util/package-installer/payload.sh @@ -7,7 +7,7 @@ # Description: This payload will install the specified package using opkg. # Use this to provision your Shark Jack for payloads with dependencies. # Set PACKAGE_TO_INSTALL to the package you wish to install - for example -# PACKAGE_TO_INSTALL="nano" will install the best text editor on Earth ;) +# PACKAGE_TO_INSTALL="vim" will install the best text editor on Earth ;) # For a list of available packages, set LIST_PACKAGES to 1 - the results # will be saved to a log file in the loot directory. Requires Internet. # @@ -16,7 +16,7 @@ # LED SPECIAL (Cyan Blink)... Saving package list to log file # LED FINISH (Green Fast Blink to Solid)... Package install or list successful -PACKAGE_TO_INSTALL="nano" +PACKAGE_TO_INSTALL="vim" LIST_PACKAGES=0 LOG_DIR=/root/loot/package-installer