From ffe52c15ecd83aa0c5398b33ccfe0b9d1f2347f5 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 6 Feb 2010 23:01:17 -0600 Subject: [PATCH] Slightly updated papps_installer --- scripts/papps_installer.sh | 50 +++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/scripts/papps_installer.sh b/scripts/papps_installer.sh index e9259e872..7f0ee4705 100644 --- a/scripts/papps_installer.sh +++ b/scripts/papps_installer.sh @@ -16,10 +16,10 @@ function Intro () { << Welcome to the PlugApps for Pogoplug v1/v2/DockStar USB Installer. >> ->> (Preferred) To install to usb (pogoplug v2) please use ./papps_installer --usb ->> (Advanced) To install to nand please use ./papps_installer --nand +>> (Preferred) To install to a USB drive, use ./papps_installer --usb +>> (Advanced) To install to NAND, use ./papps_installer --nand --- -If you are lost, please ask for help, or risk bricking your plug. +Also, read the guide thourougly before installing. INTRO } @@ -53,7 +53,7 @@ NAND rm -rf /new_root/* # Download the flash image & MD5 check - echo '---'; sleep 1; echo 'Downloading/Checksumming Flash Image' + echo '---'; sleep 1; echo 'Downloading/Verifying Flash Image' Download echo '---'; sleep 1; echo 'Extracting Image' Extract @@ -101,7 +101,7 @@ echo '---'; sleep 1; echo "Cleaning /dev/$d" rm -rf /new_root/* # Download the flash image & MD5 check -echo '---'; sleep 1; echo 'Downloading/Checksumming Flash Image' +echo '---'; sleep 1; echo 'Downloading/Verifying Flash Image' Download echo '---'; sleep 1; echo 'Extracting Image' Extract @@ -114,27 +114,27 @@ Reboot function WarningNand () { cat <