Mercurial > ec-dotfiles
comparison update-vendor @ 660:56ac9d97d81b
Always check certs
| author | nanaya <me@nanaya.pro> |
|---|---|
| date | Fri, 10 Dec 2021 19:02:15 +0900 |
| parents | 5bd223d5a97f |
| children | f280738a90a6 |
comparison
equal
deleted
inserted
replaced
| 659:be98916b55df | 660:56ac9d97d81b |
|---|---|
| 10 exit 1 | 10 exit 1 |
| 11 fi | 11 fi |
| 12 | 12 |
| 13 | 13 |
| 14 _get() { | 14 _get() { |
| 15 wget --no-check-certificate -nv "$1" | 15 wget -nv "$1" |
| 16 } | 16 } |
| 17 | 17 |
| 18 | 18 |
| 19 ( | 19 ( |
| 20 cd "$(dirname "$0")/vendor/vim-autoload" | 20 cd "$(dirname "$0")/vendor/vim-autoload" |
