Skip to content

Commit 5f6943c

Browse files
committed
Update install.sh
1 parent 2a164f9 commit 5f6943c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/install.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
set -e
3-
# Code generated by godownloader on 2019-10-05T16:08:39Z. DO NOT EDIT.
3+
# Code generated by godownloader on 2019-12-12T19:33:38Z. DO NOT EDIT.
44
#
55

66
usage() {
@@ -114,6 +114,9 @@ tag_to_version() {
114114
}
115115
adjust_format() {
116116
# change format (tar.gz or zip) based on OS
117+
case ${OS} in
118+
windows) FORMAT=zip ;;
119+
esac
117120
true
118121
}
119122
adjust_os() {

0 commit comments

Comments
 (0)