UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    help with manual install.

    Scheduled Pinned Locked Moved Support
    4 Posts 3 Posters 505 Views 1 Watching
    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 Offline
        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
        • xsetiadiX Offline
          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 Offline
            mortalsdemise13 @xsetiadi
            last edited by

            @xsetiadi what does lf linefeed mean?

            1 Reply Last reply Reply Quote 0
            • IngoI Offline
              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