diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-12-01 22:53:24 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-12-01 22:53:24 +0800 |
| commit | 3979858f0f5e1187c074ed3391bc7222a4b91bda (patch) | |
| tree | 8ff1cb4f4fdd3c26a3514fbb37efc41384f9daaf /alias | |
| parent | 314613e37b9a7abefd34de3b85871bd2fe213a0a (diff) | |
update
Diffstat (limited to 'alias')
| -rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -169,7 +169,7 @@ release() { | |||
| 169 | github_asset() { | 169 | github_asset() { |
| 170 | curl -LO https://github.com/$1/$2/releases/download/$3/$4 | 170 | curl -LO https://github.com/$1/$2/releases/download/$3/$4 |
| 171 | } | 171 | } |
| 172 | github_raw() { | 172 | github.raw() { |
| 173 | curl -O https://raw.githubusercontent.com/$1/$2/$3 | 173 | curl -O https://raw.githubusercontent.com/$1/$2/$3 |
| 174 | } | 174 | } |
| 175 | 175 | ||