• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
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 518 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 5 Nov 2019, 15:18

      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
      • X Offline
        xsetiadi
        last edited by 5 Nov 2019, 16:11

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

        M 1 Reply Last reply 5 Nov 2019, 23:09 Reply Quote 0
        • M Offline
          mortalsdemise13 @xsetiadi
          last edited by 5 Nov 2019, 23:09

          @xsetiadi what does lf linefeed mean?

          1 Reply Last reply Reply Quote 0
          • I Offline
            Ingo
            last edited by 6 Nov 2019, 07:44

            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
            2 out of 4
            • First post
              2/4
              Last post