LogoLogo
HomeDiscordYouTubeDisclaimer
  • IBRAMENU
  • Install
  • Extra Menus
  • Tools and Services
  • 🎯DO I NEED AN UPDATE?
    • Update Me!
  • IBRACORP LINKS
    • Website
    • YouTube
    • Discord
    • GitHub
    • Reddit
    • Twitter
    • Unraid Forum
    • Donations
    • Feedback
Powered by GitBook
On this page
  • Install IBRAMENU
  • Install IBRAMENU, Updates/Upgrades, Docker and Tools
  • IBRAMENU Supporter

Was this helpful?

Export as PDF

Install

PreviousIBRAMENUNextExtra Menus

Last updated 7 months ago

Was this helpful?

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

Non-Root User

sudo wget -qO ./i https://raw.githubusercontent.com/ibracorp/ibramenu/main/ibrainit.sh && sudo chmod +x i && sudo ./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)