โก Enable external storage support on your UmbrelOS device with a single command
- ๐ Enables external storage detection
- ๐ Bypasses Umbrel Home device check
- ๐ Automatic system reboot after patching
- โฑ๏ธ 5-second countdown with cancel option
Copy and paste this command into your terminal:
curl -sSL https://bitbucket.org/mffff4/umbrelpatch/raw/main/patch.sh | sudo bashThe patch modifies two critical system files:
-
/opt/umbreld/source/modules/files/external-storage.ts// Before return await isUmbrelHome() // After return true
-
/opt/umbreld/source/modules/is-umbrel-home.ts// Before return manufacturer === 'Umbrel, Inc.' && model === 'Umbrel Home' // After return true
- โ Verifies if files are already patched
- ๐ Provides clear status messages
- โฎ๏ธ Allows cancellation during reboot countdown
- ๐ Requires sudo privileges
- ๐ System automatically reboots after successful patching
- โน๏ธ Press
Ctrl+Cto cancel reboot during countdown - โฉ๏ธ Patch is reversible by restoring original files
โ ๏ธ Important: Reapply patch after system updates
| Issue | Solution |
|---|---|
| Permission denied | Run with sudo |
| Files not found | Verify UmbrelOS installation |
| Patch not working | Check file permissions |
| After update | Re-run installation command |
Feel free to open issues or submit pull requests!
MIT License - feel free to use and modify!