Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    help with manual install.

    Support
    3
    4
    226
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mortalsdemise13 last edited by

      Manual install is the only thing that seems to work, how do I create a text file with lf line feed?

      1 Reply Last reply Reply Quote 0
      • xsetiadi
        xsetiadi last edited by

        create text file using your favorit text editor, like nano or vim

        M 1 Reply Last reply Reply Quote 0
        • M
          mortalsdemise13 @xsetiadi last edited by

          @xsetiadi what does lf linefeed mean?

          1 Reply Last reply Reply Quote 0
          • Ingo
            Ingo last edited by

            Different operating systems store simple text files differently.

            If you are using linux, it will automatically create text files with "LF" (line feed).
            If you are on windows, it will create "CRLF" (carriage return + line feed).
            On Mac OS it will create "CR" (carriage return).

            So, on linux, you don't have to worry.
            On windows and mac you have to explicitly convert the text file to "LF". On windows for example, notepad cannot do that but notepad++ for example.

            In case you want to know more: https://en.wikipedia.org/wiki/CRLF

            1 Reply Last reply Reply Quote 0
            • First post
              Last post