Skip to content

Commit b406921

Browse files
authored
fix pulse
1 parent 5a16b59 commit b406921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/pulse-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RELEASE=$(curl -fsSL https://api.github.com/repos/rcourtman/Pulse/releases/lates
3434
temp_file=$(mktemp)
3535
mkdir -p /opt/pulse-proxmox
3636
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)
37+
tar zxf "$temp_file" --strip-components=1 -C /opt/pulse-proxmox
3838
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
3939
msg_ok "Installed Pulse"
4040

0 commit comments

Comments
 (0)