mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-08-04 19:15:12 -04:00
18 lines
416 B
Markdown
18 lines
416 B
Markdown
# Run command
|
|
|
|
```bash
|
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/update-docker-and-docker-compose/run.sh)"
|
|
```
|
|
|
|
# Can't Resolve Domain
|
|
|
|
To resolve this issue, please follow these steps:
|
|
|
|
1. Copy the contents of run.sh from this repository.
|
|
2. Create a file named run.sh on your server.
|
|
3. Execute the following command on your server:
|
|
|
|
```bash
|
|
bash run.sh
|
|
```
|