Add -o to unzip

Automatic overwrite when unzipping
pull/5/head
bobokun 3 years ago committed by GitHub
parent c3843f4f2c
commit 496708403a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,7 @@ too. Run this from the directory where you want `trash` to be installed.
```bash
wget -O trash.zip https://github.com/rcdailey/trash-updater/releases/latest/download/trash-linux-x64.zip \
&& unzip trash.zip && rm trash.zip && chmod +x trash
&& unzip -o trash.zip && rm trash.zip && chmod +x trash
```
## Getting Started

Loading…
Cancel
Save