Add a call to upgrade zx to the end of installation
This commit is contained in:
parent
51dda1fbf1
commit
b01d09e477
@ -4,6 +4,13 @@ if escript_path=$(command -v escript)
|
|||||||
then
|
then
|
||||||
echo "Using escript found at $escript_path"
|
echo "Using escript found at $escript_path"
|
||||||
escript install.escript
|
escript install.escript
|
||||||
|
if zx_link=$(command -v zx)
|
||||||
|
then
|
||||||
|
echo "zx found in \$PATH at $zx_link. Checking for upgrade."
|
||||||
|
zx upgrade
|
||||||
|
else
|
||||||
|
echo "zx is not yet in \$PATH. Once you have added zx's location to \$PATH run \`zx upgrade\`."
|
||||||
|
fi
|
||||||
else
|
else
|
||||||
echo "Could not locate an Erlang installation."
|
echo "Could not locate an Erlang installation."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user