To install IBRAMENU copy & paste the following line into your Linux prompt. Be in a folder where you have write access. If in doubt use cd $home to use your home folder.
Install IBRAMENU
Root User
wget -qO ./i https://raw.githubusercontent.com/ibracorp/ibramenu/main/ibrainit.sh && chmod +x i && ./i
Install IBRAMENU, Updates/Upgrades, Docker and Tools
If you want to install IBRAMENU and automatically have it update and upgrade, install basic tools and Docker / Docker Compose, without any user interaction, use:
Using all command will reboot your system automatically as part of the automation.
Root User
wget -qO ./i https://raw.githubusercontent.com/ibracorp/ibramenu/main/ibrainit.sh && chmod +x i && ./i all
Non-Root User
sudo wget -qO ./i https://raw.githubusercontent.com/ibracorp/ibramenu/main/ibrainit.sh && sudo chmod +x i && sudo ./i all
IBRAMENU Supporter
Replace <token> with your personal Supporter token (no <>).
Root User
Replace <token> with your personal Supporter token (no <>).
wget -qO ./i https://raw.githubusercontent.com/ibracorp/ibramenu/main/ibrainit.sh && chmod +x i && ./i all <token>
Non-Root User
sudo wget -qO ./i https://raw.githubusercontent.com/ibracorp/ibramenu/main/ibrainit.sh && sudo chmod +x i && sudo ./i all <token>
Currently works best with Ubuntu (Debian support is experimental)