For people running a unixy system (linux, osx, maybe even cygwin [untested]) who have j901 installed in their home directory, here's a shell script to update J:
#!/bin/sh $HOME/j901/bin/jconsole <<___ load'pacman' je_update_jpacman_'' ___ echo JVERSION | $HOME/j901/bin/jconsole (I got tired of trying to remember how to update j901 while reading the almost relevant https://code.jsoftware.com/wiki/System/Installation/Zips page linked from https://code.jsoftware.com/wiki/System/Installation/Beta ...). Thanks, -- Raul On Wed, Oct 2, 2019 at 12:57 PM Eric Iverson <[email protected]> wrote: > > 901-beta-m is available. > > This fixes a few bugs found in the previous beta. > > We are near the end of the beta cycle and expect the official 901 release > to be in early November. > > Please move to using the latest beta now and help make sure the final > release is as solid as possible. > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
