mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #61 from chewitt/installer-cosmetic
installer: not all computers are computers
This commit is contained in:
commit
80b4c5b75d
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user