diff --git a/frontend-modern/src/components/Settings/Settings.tsx b/frontend-modern/src/components/Settings/Settings.tsx index 7bab889b0..eaed10dfa 100644 --- a/frontend-modern/src/components/Settings/Settings.tsx +++ b/frontend-modern/src/components/Settings/Settings.tsx @@ -4056,11 +4056,17 @@ const Settings: Component = (props) => { } >
-

Run the install script:

+

+ Click the "Install Update" button below, or download and install manually: +

- curl -fsSL - https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh - | bash + curl -LO https://github.com/rcourtman/Pulse/releases/download/{updateInfo()?.latestVersion}/pulse-{updateInfo()?.latestVersion}-linux-amd64.tar.gz +
+ sudo systemctl stop pulse +
+ sudo tar -xzf pulse-{updateInfo()?.latestVersion}-linux-amd64.tar.gz -C /usr/local/bin pulse +
+ sudo systemctl start pulse