We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbbbd3c commit 9d46a6dCopy full SHA for 9d46a6d
ct/wastebin.sh
@@ -65,7 +65,7 @@ EOF
65
msg_info "Updating Wastebin"
66
temp_file=$(mktemp)
67
wget -q https://github.com/matze/wastebin/releases/download/${RELEASE}/wastebin_${RELEASE}_x86_64-unknown-linux-musl.zip -O $temp_file
68
- unzip -q $temp_file
+ unzip -o -q $temp_file
69
cp -f wastebin /opt/wastebin/
70
chmod +x /opt/wastebin/wastebin
71
echo "${RELEASE}" >/opt/${APP}_version.txt
0 commit comments