From b406921c1a7bc8ab99db05b4eb00da8819eee3ae Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Thu, 29 May 2025 15:29:33 +0200 Subject: [PATCH] fix pulse --- install/pulse-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/pulse-install.sh b/install/pulse-install.sh index 09b69258c..5742a9662 100644 --- a/install/pulse-install.sh +++ b/install/pulse-install.sh @@ -34,7 +34,7 @@ RELEASE=$(curl -fsSL https://api.github.com/repos/rcourtman/Pulse/releases/lates temp_file=$(mktemp) mkdir -p /opt/pulse-proxmox curl -fsSL "https://github.com/rcourtman/Pulse/releases/download/v${RELEASE}/pulse-v${RELEASE}.tar.gz" -o "$temp_file" -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 echo "${RELEASE}" >/opt/${APPLICATION}_version.txt msg_ok "Installed Pulse"