• Yokemate of Keyboards
    Yokemate of Keyboards
    Papiosaur
    Posts: 2042 from 2003/4/10
    From: France
    Normally, if you put this script in wbstartup with an icon with script option, Wayfarer will be automaticaly updated to 3.8 (with requester of course).

    Code:

    cd ram:
    set VER=3
    set REV=8
    version >NIL: sys:Applications/Wayfarer/Wayfarer version $VER revision $REV
    if warn
    wget --no-check-certificate https://www.morphos-storage.net/network/web/wayfarer.install
    execute wayfarer.install
    else
    echo "You have the last version of Wayfarer installed"
    ENDIF


    Now i must increase REV to 9 for the next version.
    I think this script will be on the server and will be downloaded and executed at startup.

    Thanks Piru!!!

    [ Edité par Papiosaur 07.06.2022 - 13:50 ]
  • »07.06.22 - 06:20
    Profile Visit Website