Installation

macOS

The IOI installer script can be manually downloaded and installed via curl. The following oneliner will download the script to $HOME/.ioi/bin and set the executable flag for the user.

export IOI_BIN=$HOME/.ioi/bin/; mkdir -p "$IOI_BIN"; curl -fL -o "$IOI_BIN/ioi-installer" --url https://gitlab.com/industry-of-integrations/ioi-installer/-/raw/master/ioi-installer.sh; chmod u+x "$IOI_BIN/ioi-installer"; ls -l "$IOI_BIN"

To more easily execute IOI tools, the IOI binary path can be added to: $HOME/.zshrc

# IOI
export PATH=$PATH:$HOME/.ioi/bin

Uninstall

To delete the script only, simply find the ioi-installer script in $IOI_BIN and delete it.

To uninstall everything, run ioi-installer with the following parameters:

$ ./ioi-installer ui --everything [--data]