From f7e9915f107a26c63d72f2422985c97e658ed93d Mon Sep 17 00:00:00 2001 From: he Date: Tue, 28 Jul 2026 11:01:05 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20rclone.conf=20from=20README=20t?= =?UTF-8?q?ree=20=E2=80=94=20file=20does=20not=20exist=20in=20config/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 15228f2..8d8c5e5 100755 --- a/README.md +++ b/README.md @@ -87,8 +87,7 @@ Linux_post_install/ │ ├── ssh-load-all → pos# Backward-compat wrapper │ └── autostart.sh # Boot-time script (via systemd) ├── config/ # User config files (gitignored) -│ ├── authorized_keys # SSH public keys (gitignored — add your own) -│ └── rclone.conf # rclone config (gitignored — add your own) +│ └── authorized_keys # SSH public keys (gitignored — add your own) ├── lib/ │ └── common.sh # Shared library (colors, logging, spinner, timer) ├── systemd/