Unzip should always overwrite

This commit is contained in:
DeathByDenim 2022-07-01 09:31:45 -04:00
parent 9b68663c95
commit adb9bdec00
Signed by: DeathByDenim
GPG Key ID: 4A475283D925365B
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ fi
# Install Lix
mkdir -p /opt/supertuxparty
curl 'https://supertux.party/download/latest/server.zip' > ${TMPDIR:/tmp}/server.zip
unzip -d /opt/supertuxparty ${TMPDIR:/tmp}/server.zip
unzip -o -d /opt/supertuxparty ${TMPDIR:/tmp}/server.zip
rm ${TMPDIR:/tmp}/server.zip
# Create SystemD unit