mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-04 20:32:35 +02:00
Updated 🆙 How to Update (markdown)
parent
d9f3d82725
commit
2c9cd06e3e
1 changed files with 4 additions and 3 deletions
|
@ -15,13 +15,14 @@ PS: For every new release, it takes some time to build the docker image, please
|
||||||
|
|
||||||
## 🆙 💪🏻 Without Docker
|
## 🆙 💪🏻 Without Docker
|
||||||
|
|
||||||
|
(1.8.0 Updated!)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd <uptime-kuma-directory>
|
cd <uptime-kuma-directory>
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git checkout 1.8.0 --force
|
git checkout 1.8.0 --force
|
||||||
npm install --legacy-peer-deps
|
npm ci --production
|
||||||
node node_modules/esbuild/install.js
|
npm run download-dist
|
||||||
npm run build
|
|
||||||
pm2 restart uptime-kuma
|
pm2 restart uptime-kuma
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue