axiom icon indicating copy to clipboard operation
axiom copied to clipboard

Installer reinstalls Go despite having it in path

Open rew1nter opened this issue 8 months ago • 0 comments

line 31 in the axiom-configure file only checks go binary in this directory, which causes a reinstallation.

if [[ -d "/usr/local/go/" ]] ; then

A check to see if go binary exists in path should resolve this issue

rew1nter avatar Oct 10 '23 18:10 rew1nter