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 5a16b59 commit b406921Copy full SHA for b406921
install/pulse-install.sh
@@ -34,7 +34,7 @@ RELEASE=$(curl -fsSL https://api.github.com/repos/rcourtman/Pulse/releases/lates
34
temp_file=$(mktemp)
35
mkdir -p /opt/pulse-proxmox
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-proxmox 2> >(grep -v 'LIBARCHIVE.xattr.com.apple.provenance' >&2)
+tar zxf "$temp_file" --strip-components=1 -C /opt/pulse-proxmox
38
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
39
msg_ok "Installed Pulse"
40
0 commit comments