Open Issues Need Help
View All on GitHubAI Summary: The user is experiencing issues updating AdGuardHome on their Asuswrt-Merlin router using the provided installer script. The 'ag' command in AMTM (Asuswrt-Merlin Tool Manager) no longer launches the installer, and the user is encountering rate limits. The task involves troubleshooting the update process, investigating the cause of the 'ag' command failure, and resolving the rate limit issues. This likely requires examining the installer script, router logs, and potentially the AMTM configuration.
The Official Installer of AdGuardHome for Asuswrt-Merlin
AI Summary: The task requires fixing a broken AdGuardHome installer script for Asuswrt-Merlin routers. The script fails due to GitHub API rate limiting and flawed JSON parsing in its version detection. The solution involves adding GitHub personal access token authentication to the `curl` commands and replacing the complex `sed` parsing with simpler `grep` commands to extract version numbers from the GitHub API response.
The Official Installer of AdGuardHome for Asuswrt-Merlin