Apologies for my typo. je_update_jpacman_ '' NB. two single quote so the the verb is run
On Tue, Aug 27, 2019 at 6:49 AM 'Bo Jacoby' via Programming < [email protected]> wrote: > > load'pacman' > > je_update_jpacman_' > > |open quote > > | je_update_jpacman_' > > | ^ > > |[-1] > > je_update_jpacman_ > > 3 : 0 > > if. IFIOS+.UNAME-:'Android' do. 'update not supported for this platform' > return. end. > > mkdir_j_ jef > > sh=. 'update.',;(UNAME-:'Win'){'sh';'bat' > > ferase jef,sh > > 'plat name bname'=. je_sub'' > > old=. fread bname > > old fwrite jef,name,'.old' > > if. #msg=. je_get'' do. echo msg return. end. > > if. (-.'force'-:y) *. old-:fread jef,name,'.new' do. > > echo 'the current JE is already up to date' return. > > end. > > OLD=. hostpathsep jpath bname > > NEW=. hostpathsep jpath jef,name,'.new' > > if. UNAME-:'Win' do. > > (win_update rplc 'OLD';OLD;'NEW';NEW) fwrite jef,sh > > else. > > if. FHS*.UNAME-:'Linux' do. > > d=. deb_update > > else. > > d=. unix_update > > end. > > (d rplc 'OLD';OLD;'NEW';NEW) fwrite jef,sh > > 2!:0 'chmod +x ',jpath jef,sh > > end. > > echo shutdown rplc 'CMD';hostpathsep jpath jef,sh > > ) > > > > > > > Is this as is should be? > Thanks > Bo. > Den tirsdag den 27. august 2019 06.49.19 CEST skrev bill lam < > [email protected]>: > > jandroid can use menu tools / check new version to download the new beta. > > On Tue, Aug 27, 2019, 6:38 AM Eric Iverson <[email protected]> > wrote: > > > Improvements in this release allow it to be automatically installed into > an > > existing j901 install (no need to run a command script). > > > > First step is to install latest base library with pacman and then > restart. > > > > JE naming conventions change in beta-h. An install contains a single JE > > (e.g., j.dll). An initial install JE will run on all hardware and does > not > > require advance hardware. Update checks hardware capabilties and > downloads > > an appropriate advanced hardware version if available. For example, > > hardware check could indicate avx is supported, so update would download > > the latest javx.dll, which would then renamed to j.dll in the install > > folder. > > > > Install the j901 beta-h: > > > > start J: > > load'pacman' > > je_update_jpacman_' > > > > An available advanced hardware or newer beta version JE will be > installed. > > Restart J to run the new JE and check JVERSION. > > > > NOTE: Older j901 installs don't support the query for hardware > > capabilities. In this case update will install the new beta version > > (without advanced hardware support) as it can't be sure what version will > > work. Running update again will get the appropriate advanced hardware > > version. > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
