mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-26 06:48:35 -06:00
Unzip silently
This commit is contained in:
parent
520a098f8a
commit
f370cc02a0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ package() {
|
||||||
curl -L "https://github.com/${git_repo}/releases/latest/download/${name}.zip" -o ${name}.zip
|
curl -L "https://github.com/${git_repo}/releases/latest/download/${name}.zip" -o ${name}.zip
|
||||||
# Unzip and install
|
# Unzip and install
|
||||||
mkdir -p "${pkgdir}/opt/${name}"
|
mkdir -p "${pkgdir}/opt/${name}"
|
||||||
unzip vuetorrent.zip -d "${pkgdir}/opt/${name}"
|
unzip -qq vuetorrent.zip -d "${pkgdir}/opt/${name}"
|
||||||
# Print usage instructions
|
# Print usage instructions
|
||||||
echo "Make sure to choose /opt/vuetorrent as the location of the custom WebUI in qBittorrent settings."
|
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."
|
echo "You might nedd to mount this directory first if you're using docker."
|
||||||
|
|
Loading…
Reference in a new issue