From 35326a6fb80bfd31e33af2f67ee96f6a351c6f9d Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 19 Sep 2025 20:13:10 +0000 Subject: [PATCH] iOS: fix a-shell docs; closes #806 --- README.md | 2 +- contrib/README.md | 6 ++++++ contrib/setup-ashell.sh | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41f98d37..13793a97 100644 --- a/README.md +++ b/README.md @@ -3023,7 +3023,7 @@ first install one of the following: and then copypaste the following command into `a-Shell`: ```sh -curl https://github.com/9001/copyparty/raw/refs/heads/hovudstraum/contrib/setup-ashell.sh | sh +curl -L https://github.com/9001/copyparty/raw/refs/heads/hovudstraum/contrib/setup-ashell.sh | sh ``` what this does: diff --git a/contrib/README.md b/contrib/README.md index 7256766b..e924f3db 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -7,6 +7,12 @@ * works on windows, linux and macos * assumes `copyparty-sfx.py` was renamed to `copyparty.py` in the same folder as `copyparty.bat` +### [`setup-ashell.sh`](setup-ashell.sh) +* run copyparty on an iPhone/iPad using [a-Shell](https://holzschu.github.io/a-Shell_iOS/) +* not very useful due to limitations in iOS: + * not able to share all of your phone's storage + * cannot run in the background + ### [`index.html`](index.html) * drop-in redirect from an httpd to copyparty * assumes the webserver and copyparty is running on the same server/IP diff --git a/contrib/setup-ashell.sh b/contrib/setup-ashell.sh index 006da444..04395735 100644 --- a/contrib/setup-ashell.sh +++ b/contrib/setup-ashell.sh @@ -6,7 +6,7 @@ # https://apps.apple.com/us/app/a-shell/id1473805438 # # step 2: copypaste the following command into a-Shell: -# curl https://github.com/9001/copyparty/raw/refs/heads/hovudstraum/contrib/setup-ashell.sh +# curl -L https://github.com/9001/copyparty/raw/refs/heads/hovudstraum/contrib/setup-ashell.sh # # step 3: launch copyparty with this command: cpp #