Skip to content

Commit 22acd55

Browse files
authored
Update install script
Making force overwrite of existing executables the default behaviour.
1 parent 90d6ea8 commit 22acd55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ download() {
118118
}
119119

120120
# Initialize default values
121-
force=false
121+
force=true
122122
verbose=false
123123
dest=""
124124
tag=""

0 commit comments

Comments
 (0)