Update 000_intro.md

This commit is contained in:
Stefan Pejcic 2024-12-03 12:17:37 +01:00 committed by GitHub
parent 66f85b7ad0
commit 7e1e50a40c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,6 +231,16 @@ To update OpenPanel manually from the terminal, run the following command:
opencli update --force
```
</TabItem>
<TabItem value="github-update-now" label="from GitHub">
To update OpenPanel manually from GitHub:
```bash
bash <(curl -sSL https://raw.githubusercontent.com/stefanpejcic/OpenPanel/refs/heads/main/version/UPDATE.sh)
```
</TabItem>
</Tabs>