File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,28 +44,20 @@ detect_platform_arch() {
4444 echo " ${platform} -${architecture} "
4545}
4646
47- echo " Checking for Git..."
48- if ! command -v git & > /dev/null; then
49- echo " Git not found, please install Git and try again."
50- exit 1
51- else
52- echo " Git found: $( git --version) "
53- fi
54-
5547if [[ -d " $HOME /.zircon" ]]; then
5648 echo " Removing existing ~/.zircon directory to allow for a fresh install..."
5749 rm -rf " $HOME /.zircon"
5850fi
5951
6052
6153
62- echo " Checking for prebuilt zircon binary..."
54+ echo " Checking for prebuilt zircon binary..."
6355
64- # Detect platform and architecture
65- if ! platform_arch=$( detect_platform_arch) ; then
66- echo " Could not detect platform/architecture"
67- exit 1
68- fi
56+ # Detect platform and architecture
57+ if ! platform_arch=$( detect_platform_arch) ; then
58+ echo " Could not detect platform/architecture"
59+ exit 1
60+ fi
6961
7062filename=" zircon-${platform_arch} .tar.gz"
7163url=" https://github.com/zirco-lang/zircon/releases/download/${ZIRCON_REF} /${filename} "
You can’t perform that action at this time.
0 commit comments