From f370cc02a08eee840caa861837cffee8e5280a7b Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Mon, 6 Mar 2023 10:17:40 -0600 Subject: [PATCH] Unzip silently --- vuetorrent/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vuetorrent/lure.sh b/vuetorrent/lure.sh index faeafce..9e84e1a 100644 --- a/vuetorrent/lure.sh +++ b/vuetorrent/lure.sh @@ -23,7 +23,7 @@ package() { curl -L "https://github.com/${git_repo}/releases/latest/download/${name}.zip" -o ${name}.zip # Unzip and install mkdir -p "${pkgdir}/opt/${name}" - unzip vuetorrent.zip -d "${pkgdir}/opt/${name}" + unzip -qq vuetorrent.zip -d "${pkgdir}/opt/${name}" # Print usage instructions echo "Make sure to choose /opt/vuetorrent as the location of the custom WebUI in qBittorrent settings." echo "You might nedd to mount this directory first if you're using docker."