Help & Guides
Everything you need to set up, use, and customize your Hedge Apple Pi.
Command Reference
A list of all the commands you can type on your Pi to manage add-ons.
See below ↓Add-on Manager Commands
These are commands you type on your Hedge Apple Pi system (on your Raspberry Pi) to manage add-ons:
| What to Type | What It Does | Example |
|---|---|---|
hamod install <name> |
Adds a new feature to your Pi | hamod install bluetooth |
hamod remove <name> |
Removes a feature you no longer want | hamod remove bluetooth |
hamod list |
Shows everything you've installed | hamod list |
hamod search <word> |
Finds available add-ons matching your search | hamod search browser |
hamod info <name> |
Shows details about a specific add-on | hamod info python3 |
hamod update |
Checks for new add-ons that have been released | hamod update |
hamod upgrade <name> |
Updates an installed add-on to the latest version | hamod upgrade python3 |