Skip to content

Commit fb637bb

Browse files
committed
Update README.md to clarify instructions for downloading the application and setting the MR_RELEASE_URL environment variable
1 parent d542206 commit fb637bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Options:
5656

5757
### Download this application
5858

59-
This application requires to be run under a Linux user with **non-password sudo permission** (`%runners ALL=(ALL) NOPASSWD:ALL`). It's also fine to run this application by `root`:
59+
This application requires to be run under a Linux user with **non-password sudo permission** (e.g., `%runners ALL=(ALL) NOPASSWD:ALL`). It's also fine to run this application by `root`:
6060

6161
```bash
6262
git clone https://github.com/vbem/multi-runners.git
@@ -95,7 +95,7 @@ If environment variable `MR_RELEASE_URL` is empty, this application will downloa
9595
./mr.bash download
9696
```
9797

98-
If limited by slow download speed, you can also manually download it to `/tmp/`, and set the `MR_RELEASE_URL` env as `/tmp/actions-runner-linux-x64-2.345.6.tar.gz`.
98+
If your Linux host is Internet bandwidth limited, you can also manually upload it from laptop to `/tmp/<tar.gz file name>`, and set the `MR_RELEASE_URL` env in `.env` file, e.g. `/tmp/actions-runner-linux-x64-2.345.6.tar.gz`.
9999

100100
### GitHub Enterprise Server editions
101101

mr.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ function mr::delRunner {
317317
token="$(mr::pat2token "$enterprise" "$org" "$repo")"
318318
fi
319319

320-
log::_ INFO "Deleting runner and local user '$user'"
320+
log::_ INFO "Deleting runner and local user '$user' with enterprise='$enterprise' org='$org' repo='$repo'"
321321
run::logFailed sudo su --login "$user" -- <<-__
322322
cd runner
323323
sudo ./svc.sh stop && sudo ./svc.sh uninstall

0 commit comments

Comments
 (0)