Skip to content
Snippets Groups Projects
Commit 79e08817 authored by Alvin C's avatar Alvin C
Browse files

fixed links at lines 107 and 108

parent 788a32e9
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ download() {
fi
chmod +x $1 && symlink $1 && check_binary
initialize
initialize
}
# Try to download binary executable
......@@ -104,8 +104,8 @@ archi=$(uname -sm)
binary_available=1
binary_error=""
case "$archi" in
Darwin\ x86_64) download fzf-$version-darwin_${binary_arch:-amd64} ;;
Darwin\ i*86) download fzf-$version-darwin_${binary_arch:-386} ;;
Darwin\ x86_64) download boilr-$version-darwin_${binary_arch:-amd64} ;;
Darwin\ i*86) download boilr-$version-darwin_${binary_arch:-386} ;;
Linux\ x86_64) download boilr-$version-linux_${binary_arch:-amd64} ;;
Linux\ i*86) download boilr-$version-linux_${binary_arch:-386} ;;
*) binary_available=0 binary_error=1 ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment