mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-06 05:24:37 +08:00
Merge pull request #3017 from sheikhmishar/patch-1
Update manual-upgrade.md shebang
This commit is contained in:
commit
dc017401bb
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ The only way to fix this on your side is upgrading regularly (e.g. by enabling d
|
||||||
1. Run the following commands in order to reverse engineer the Nextcloud container:
|
1. Run the following commands in order to reverse engineer the Nextcloud container:
|
||||||
```bash
|
```bash
|
||||||
sudo docker pull assaflavie/runlike
|
sudo docker pull assaflavie/runlike
|
||||||
echo '#/bin/bash' > /tmp/nextcloud-aio-nextcloud
|
echo '#!/bin/bash' > /tmp/nextcloud-aio-nextcloud
|
||||||
sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock assaflavie/runlike -p nextcloud-aio-nextcloud >> /tmp/nextcloud-aio-nextcloud
|
sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock assaflavie/runlike -p nextcloud-aio-nextcloud >> /tmp/nextcloud-aio-nextcloud
|
||||||
sudo chown root:root /tmp/nextcloud-aio-nextcloud
|
sudo chown root:root /tmp/nextcloud-aio-nextcloud
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue