From ce91f0eb6e99de03cbab201818b07d22c2251ed1 Mon Sep 17 00:00:00 2001 From: Christopher Date: Sat, 2 Dec 2023 15:00:31 -0600 Subject: [PATCH] Add script to change qBittorrent image in CasaOS --- .../README.md | 2 +- .../run.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {change-qbittorrent-image => change-qbittorrent-image-in-casaos}/README.md (53%) rename {change-qbittorrent-image => change-qbittorrent-image-in-casaos}/run.sh (100%) diff --git a/change-qbittorrent-image/README.md b/change-qbittorrent-image-in-casaos/README.md similarity index 53% rename from change-qbittorrent-image/README.md rename to change-qbittorrent-image-in-casaos/README.md index dd539a5..d1285de 100644 --- a/change-qbittorrent-image/README.md +++ b/change-qbittorrent-image-in-casaos/README.md @@ -1,5 +1,5 @@ # Run command ```bash -bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/change-qbittorrent-image/run.sh)" +bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/change-qbittorrent-image-in-casaos/run.sh)" ``` diff --git a/change-qbittorrent-image/run.sh b/change-qbittorrent-image-in-casaos/run.sh similarity index 100% rename from change-qbittorrent-image/run.sh rename to change-qbittorrent-image-in-casaos/run.sh