mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-04-22 09:35:12 +00:00
Fix temp file (#3476)
This commit is contained in:
parent
8c8b08e037
commit
8a5367dae3
@ -35,6 +35,7 @@ fi
|
||||
msg_ok "Set Up Hardware Acceleration"
|
||||
|
||||
msg_info "Installing ErsatzTV"
|
||||
temp_file=$(mktemp)
|
||||
cd /opt
|
||||
RELEASE=$(curl -s https://api.github.com/repos/ErsatzTV/ErsatzTV/releases | grep -oP '"tag_name": "\K[^"]+' | head -n 1)
|
||||
wget -qO- "https://github.com/ErsatzTV/ErsatzTV/releases/download/${RELEASE}/ErsatzTV-${RELEASE}-linux-x64.tar.gz" -O "$temp_file"
|
||||
|
Loading…
x
Reference in New Issue
Block a user