Skip to content

Commit 9d46a6d

Browse files
authored
Update wastebin.sh (#2896)
1 parent bbbbd3c commit 9d46a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/wastebin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ EOF
6565
msg_info "Updating Wastebin"
6666
temp_file=$(mktemp)
6767
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
68+
unzip -o -q $temp_file
6969
cp -f wastebin /opt/wastebin/
7070
chmod +x /opt/wastebin/wastebin
7171
echo "${RELEASE}" >/opt/${APP}_version.txt

0 commit comments

Comments
 (0)