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]
| uninstall --everything hasn’t been implemented for the new package system! Please use the following lines to uninstall everything. |
~/.ioi/bin/ioi-installer ui @ioi-ri/default-runtime-manager
~/.ioi/bin/ioi-installer ui @ioi-ri/pub-nsdnc
~/.ioi/bin/ioi-installer ui @ioi-ri/tx-http
~/.ioi/bin/ioi-installer ui @ioi-ri/tx-sl
~/.ioi/bin/ioi-installer ui @ioi-ri/app-uui
~/.ioi/bin/ioi-installer ui @ioi-ri/tx-authorization
~/.ioi/bin/ioi-installer ui @ioi-ri/reflector-ws-mac
~/.ioi/bin/ioi-installer ui @ioi-ri/reflector-nsdnc-tcp
~/.ioi/bin/ioi-installer ui app-subverse-map --registry depot://root-interface.se/depot
rm -rf ~/Library/IOI
rm -rf ~/.ioi
rm -rf ~/Applications/Store-of-stores.app
rm -rf /Applications/Store-of-stores.app