Skip to content

Commit eb3561f

Browse files
committed
fix: align zip and tar functionality so that both will overwrite files
1 parent 233038f commit eb3561f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bookworm/etc/entry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if [[ ! -z $CS2_CFG_URL ]]; then
7878
case "${TEMP_FILE}" in
7979
*.zip)
8080
echo "Extracting ZIP file..."
81-
unzip -q "${TEMP_FILE}" -d "${STEAMAPPDIR}"
81+
unzip -o -q "${TEMP_FILE}" -d "${STEAMAPPDIR}"
8282
;;
8383
*.tar.gz | *.tgz)
8484
echo "Extracting TAR.GZ or TGZ file..."

0 commit comments

Comments
 (0)