• Manjaro Linux

    From Nicholas Boel@1:154/10 to All on Sun Jan 8 13:44:06 2017
    Hello to whom it may concern,

    Tested INSTALL.in instructions on Manjaro Linux 16.10.3 codename "Fringilla" x86_64, and it went without a hitch after modifying SETUP.sh to include these lines in the test to figure out the Linux distribution:

    [ snip ]

    elif [ -f /etc/manjaro-release ]; then
    DISTNAME="Manjaro"
    DISTVERS=$( cat /etc/lsb-release | awk 'NR==2' | tr -d \DISTRIB_RELEASE= )

    [ snip ]

    This was with the latest sources released to the public on Sourceforge (v1.0.6.9).

    Regards,
    Nick

    ... "Не знаю. Я здесь только работаю."
    --- GoldED+/LNX 1.1.5-b20161221
    * Origin: thePharcyde_ distribution system (Wisconsin) (1:154/10)
  • From Nicholas Boel@1:154/10 to Nicholas Boel on Sun Jan 8 14:05:12 2017
    Hello Nicholas,

    On Sun Jan 08 2017 13:44:06, Nicholas Boel wrote to All:

    DISTVERS=$( cat /etc/lsb-release | awk 'NR==2' | tr -d \DISTRIB_RELEASE= )

    This could also be:

    DISTVERS=$( cat /etc/lsb-release | awk 'NR==2' | tr -d [:alpha:]\_=

    Both end in the same result.

    Regards,
    Nick

    ... "Не знаю. Я здесь только работаю."
    --- GoldED+/LNX 1.1.5-b20161221
    * Origin: thePharcyde_ distribution system (Wisconsin) (1:154/10)
  • From Andrew Leary@1:320/219 to Nicholas Boel on Sun Jan 8 15:54:21 2017
    Hello Nicholas!

    08 Jan 17 13:44, you wrote to all:

    Tested INSTALL.in instructions on Manjaro Linux 16.10.3 codename "Fringilla" x86_64, and it went without a hitch after modifying
    SETUP.sh to include these lines in the test to figure out the Linux distribution:

    [ snip ]

    elif [ -f /etc/manjaro-release ]; then
    DISTNAME="Manjaro"
    DISTVERS=$( cat /etc/lsb-release | awk 'NR==2' | tr -d \DISTRIB_RELEASE= )

    [ snip ]

    This was with the latest sources released to the public on Sourceforge (v1.0.6.9).

    OK, glad to hear it's working for you. I'll see about adding your update to SETUP.sh for the next release.

    Andrew

    --- GoldED+/LNX 1.1.5-b20161221
    * Origin: Phoenix BBS * phoenix.bnbbbs.net (1:320/219)
  • From Nicholas Boel@1:154/10 to Andrew Leary on Wed Jan 18 16:05:18 2017
    Hello Andrew,

    On Sun Jan 08 2017 15:54:20, Andrew Leary wrote to Nicholas Boel:

    Tested INSTALL.in instructions on Manjaro Linux 16.10.3 codename
    "Fringilla" x86_64, and it went without a hitch after modifying
    SETUP.sh to include these lines in the test to figure out the
    Linux
    distribution:

    [ snip ]

    elif [ -f /etc/manjaro-release ]; then
    DISTNAME="Manjaro"
    DISTVERS=$( cat /etc/lsb-release | awk 'NR==2' | tr -d
    \DISTRIB_RELEASE= )

    [ snip ]

    This was with the latest sources released to the public on
    Sourceforge (v1.0.6.9).

    OK, glad to hear it's working for you. I'll see about adding your
    update to SETUP.sh for the next release.

    Just a heads up, you'll also have to add the above Manjaro search to installinit.sh in the script directory. I hadn't realized that until the second
    time around that it stopped with an error at that point.

    Regards,
    Nick

    ... "Не знаю. Я здесь только работаю."
    --- GoldED+/LNX 1.1.5-b20161221
    * Origin: thePharcyde_ distribution system (Wisconsin) (1:154/10)