iOS/ashell: fix howto + add beta

This commit is contained in:
ed 2026-01-04 12:39:39 +00:00
parent feabbf3e6a
commit 364f74a1bd
2 changed files with 4 additions and 1 deletions

View file

@ -3172,6 +3172,9 @@ and then copypaste the following command into `a-Shell`:
curl -L 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
``` ```
> if you want the latest copyparty beta, then do this instead:
> `curl -L https://copyparty.eu/beta/setup-ashell.sh | sh`
what this does: what this does:
* creates a basic [config file](#accounts-and-volumes) named `cpc` which you can edit with `vim cpc` * creates a basic [config file](#accounts-and-volumes) named `cpc` which you can edit with `vim cpc`
* adds the command `cpp` to launch copyparty with that config file * adds the command `cpp` to launch copyparty with that config file

View file

@ -6,7 +6,7 @@
# https://apps.apple.com/us/app/a-shell/id1473805438 # https://apps.apple.com/us/app/a-shell/id1473805438
# #
# step 2: copypaste the following command into a-Shell: # step 2: copypaste the following command into a-Shell:
# curl -L 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 | sh
# #
# step 3: launch copyparty with this command: cpp # step 3: launch copyparty with this command: cpp
# #