We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9e285 commit bf2545cCopy full SHA for bf2545c
install/pulse-install.sh
@@ -35,6 +35,8 @@ temp_file=$(mktemp)
35
mkdir -p /opt/pulse
36
curl -fsSL "https://github.com/rcourtman/Pulse/releases/download/v${RELEASE}/pulse-v${RELEASE}.tar.gz" -o "$temp_file"
37
tar zxf "$temp_file" --strip-components=1 -C /opt/pulse
38
+touch /opt/pulse/.env
39
+chown pulse:pulse /opt/pulse/.env
40
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
41
msg_ok "Installed Pulse"
42
0 commit comments