Skip to content

Commit

Permalink
Add router update fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Apr 17, 2019
1 parent ec07534 commit 4ac4ee0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/src/main/assets/working-routers.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@
"cmd" : "ash /etc/update.ash",
"confirm" : true,
"description" : "Updates a working router with an internet connection. You must be connected to WiFi"
}]
},
{
"name" : "Fix Updates",
"sudo" : false,
"cmd" : "service cron enable && ash /etc/update.ash && reboot",
"confirm" : true,
"description" : "Fixes a router that's no longer updating. You must be connected to WiFi"
}
]
}

0 comments on commit 4ac4ee0

Please sign in to comment.