From 5041cb6f20960a183b02293bf3853a676f889e05 Mon Sep 17 00:00:00 2001 From: collin <16715212+collinc97@users.noreply.github.com> Date: Fri, 21 Jul 2023 14:28:44 -0700 Subject: [PATCH] remove aleo sdk from install --- install.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/install.sh b/install.sh index ca18974..9f2756e 100755 --- a/install.sh +++ b/install.sh @@ -31,28 +31,28 @@ mkdir -p .build cd .build echo " -Step 1: Fetching the Aleo and Leo Github repositories..." +Step 1: Fetching the Leo Github repository..." -# Clone the 'aleo' repository, or pull if it already exists. -git clone https://github.com/AleoHQ/aleo.git aleo 2> /dev/null || (cd aleo ; git pull) +## Clone the 'aleo' repository, or pull if it already exists. +#git clone https://github.com/AleoHQ/aleo.git aleo 2> /dev/null || (cd aleo ; git pull) # Clone the 'leo' repository, or pull if it already exists. git clone https://github.com/AleoHQ/leo.git leo 2> /dev/null || (cd leo ; git pull) -echo " -Step 2: Installing Aleo..." - -# Install 'aleo'. -cd aleo && cargo install --locked --path . && cd .. +#echo " +#Step 2: Installing Aleo..." +# +## Install 'aleo'. +#cd aleo && cargo install --locked --path . && cd .. echo " -Step 3: Installing Leo..." +Step 2: Installing Leo..." # Install 'leo'. cd leo && cargo install --locked --path . && cd .. echo " -Step 4: Downloading parameters. This will take a few minutes... +Step 3: Downloading parameters. This will take a few minutes... " # Create a new Leo project.