Announcement

Collapse
No announcement yet.

nexuiz update

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • nexuiz update

    Just tried to install the latest nexuiz client and pts doesn't recognize that the newer version is available.
    I had 2.4 installed and the only way to get 2.4.2 is to use force-install.

    Using the latest git code.

  • #2
    I'll make a change in the install.sh file so the MD5 changes so it will reinstall... forgot to bump it.
    Michael Larabel
    https://www.michaellarabel.com/

    Comment


    • #3
      Just made a trivial change: http://phorogit.com/index.php?p=phor...ccc02d89b613a5
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #4
        Hmm, that change won't work because it is still trying to extract version 2.4.

        If you change
        Code:
        unzip -o nexuiz-24.zip
        to
        Code:
        unzip -o nexuiz-242.zip
        That fixes both problems, the MD5 sum changes, and the right file is extracted.

        Comment


        • #5
          Doh! Forgot about the unzip file change I'll commit it right away.
          Michael Larabel
          https://www.michaellarabel.com/

          Comment

          Working...
          X