errors in README

Issue #3 resolved
Georges Kesseler created an issue

Hi

some places lack an " twice:

FN=$(basename ${URI})"  # filename of your download

here also on URI:

URI="$(echo -e "${URI} | sed -e 's/\.sh$/.properties/')"

Also the README says at the end to do a normal reboot, but the script end message is

 Ready for reboot to Live installer and finish LMDE install

which is not clear what to do actually.

Comments (2)

  1. Tom Roche repo owner

    Thanks for taking the time to make these reports!

    > some places [in README] lack an " twice:
    

    That was indeed careless :-( but is now fixed.

    > Also the README says at the end to do a normal reboot, but the script end message is
    >     Ready for reboot to Live installer and finish LMDE install
    > which is not clear what to do actually.
    

    It looks like the script is over at that point, so

    - echo -e "${MESSAGE_PREFIX} Ready for reboot to Live installer and finish LMDE install"
    + echo -e "${MESSAGE_PREFIX} install completed: remove install media and restart your device."
    

    Apologies for not testing this, but I've gotta get some other stuff done. OTOH, I'll probably be doing another install not long after end-of-year.

  2. Log in to comment