Errors¶
What if I get an error saying Unknown Distribution/Release?¶
That usually means you are running a distribution which is not supported, too old or a derivative which is not recognized by the script. Consider opening an issue on GitHub, if it is not the case.
Configuration Errors¶
➜ Processing configuration • Config file : config/arm.yml • Parsing config : config/arm.yml • Validating Config Version ✖ Config API version mismatch! ✖ Expected: 3 Got: ✖ api key MUST be set to 3 ✖ [v3] config.install.debian_packages[] is obsolete, use config.install.debs[] ✖ [v3] config.tasks.repo is obsolete, use config.tasks.add_repo ✖ Configuration error!, Please fix your configuration and try again!
You are using v2 or older config which is not compatible with newer versions of the script. Update your config to v3 format.
Something(s) not mentioned above¶
Report
Well, that shouldn't have happened. Please open an issue on Github.
Tip
In extremely rare cases where your script exited while installing a package, which has unmet dependencies, you might see broken packages error. In that case, run sudo apt-get install -f
to fix the broken packages and run the script again.