jsoftware / jsource

J engine source mirror
Other
657 stars 90 forks source link

linux installer requires dpkg (update-alternatives) #175

Closed bugsbugsbux closed 1 year ago

bugsbugsbux commented 1 year ago

The linux installer requires update-alternatives from dpkg, which is debian specific. other distros do not use dpkg. it would be awesome if it would not depend on this!

bilam commented 1 year ago

Which line and which file did you refer to?

moon-chilled commented 1 year ago

looks like pacman.ijs:1687 uses update-alternatives

bugsbugsbux commented 1 year ago

i meant the file 'install-usr.sh' in the bin/ folder of the linux download from the jsoftware website

bilam commented 1 year ago

Fix (by adding || true) for both places will be available in the next release

bugsbugsbux commented 1 year ago

awesome thanks