fix: Update download link
This commit is contained in:
parent
98b4060679
commit
872910ca3c
@ -6,7 +6,7 @@ This script is used for quick uploading and sharing of files.
|
|||||||
It prints a QR code of the share link to allow for quick and easy sharing to a phone
|
It prints a QR code of the share link to allow for quick and easy sharing to a phone
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
```
|
```sh
|
||||||
upload <file>
|
upload <file>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -15,6 +15,6 @@ upload <file>
|
|||||||
- qrencode
|
- qrencode
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
```
|
```sh
|
||||||
sudo wget -O /usr/local/bin/upload https://<link> && sudo chmod +x /usr/local/bin/upload
|
sudo wget -O /usr/local/bin/upload https://git.woodburn.au/nathanwoodburn/scripts/raw/branch/main/upload && sudo chmod +x /usr/local/bin/upload
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user