Merge pull request #61 from chewitt/installer-cosmetic

installer: not all computers are computers
This commit is contained in:
MilhouseVH 2016-03-31 05:35:58 +01:00
commit 80b4c5b75d
2 changed files with 3 additions and 3 deletions

View File

@ -57,9 +57,9 @@ if [ -e /storage/.please_resize_me ] ; then
if [ ! -z "$PART_START" ] ; then
umount $PART
echo "Resizing partitions to make use of all available space."
echo "PARTITION RESIZING IN PROGRESS"
echo ""
echo "This procedure may take a while - please do NOT reboot or turn off your computer!"
echo "Please do not reboot or turn off your LibreELEC device!"
echo ""
StartProgress spinner "Deleting /storage... " "parted -s -m $DISK rm 2 &>/dev/null"

View File

@ -612,7 +612,7 @@
echo "UPGRADE IN PROGRESS"
echo ""
echo "This procedure may take a while - please do NOT reboot or turn off your computer!"
echo "Please do not reboot or turn off your LibreELEC device!"
echo ""
if [ -f "$UPDATE_TAR" ] ; then