From 296601360f0d501563306e0d2eaa6548fa0abe9c Mon Sep 17 00:00:00 2001 From: Martinique <3702672+Martinique@users.noreply.github.com> Date: Sat, 17 Jul 2021 18:14:55 +0300 Subject: [PATCH] Updated Usage on Tomato routers (markdown) --- Usage-on-Tomato-routers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage-on-Tomato-routers.md b/Usage-on-Tomato-routers.md index 1e5bad1..d502c48 100644 --- a/Usage-on-Tomato-routers.md +++ b/Usage-on-Tomato-routers.md @@ -18,7 +18,7 @@ If you're going to [issue certificates](https://github.com/acmesh-official/acme. ### Installing Format a USB HDD or flash drive as ext4 (or ext2 if you don't need journaling) and name the partition as you wish. For this guide the partition was named "flash", so Tomato auto-mounts it to `/tmp/mnt/flash`. **Don't forget to change every path mentioned in this guide to match the name you choose.** -You could use Tomato's [JFFS partition](http://tomatousb.org/doc:jffs) instead of an external drive, but firmware upgrades need JFFS disabled, so it's rather inconvenient. +You could use Tomato's [JFFS partition](http://tomatousb.org/doc:jffs) instead of an external drive, but firmware upgrades need JFFS disabled, so it's rather inconvenient. Besides, frequent writing may wear it out. SSH to your Tomato and paste these commands to download and extract acme.sh: ```sh