mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-16 19:50:10 +00:00
The Settings page was telling systemd/bare metal users to run install.sh for upgrades, which is wrong - install.sh is for fresh installations only and does nothing if Pulse is already installed. Changes: - Updated upgrade instructions to mention built-in "Install Update" button - Added correct manual upgrade steps (download tarball, stop service, extract, start) - Removed misleading "run install.sh" instruction This fixes a critical UX issue where users would run install.sh and think nothing happened, when they should either: 1. Use the built-in automatic update feature (Install Update button) 2. Manually download and extract the new binary Related files: - frontend-modern/src/components/Settings/Settings.tsx:4052-4072 |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||