Skip to content

Commit

Permalink
Updated install script
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfriend99 committed Feb 23, 2024
1 parent 9cc6e40 commit d84fc9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install.sh
Expand Up @@ -92,7 +92,7 @@ install_build_env() {

install_blade() {
if [[ -d "$1" ]]; then
mkdir -p "$1"
sudo mkdir -p "$1"
fi

# removing old/stale/partial objects
Expand Down Expand Up @@ -124,7 +124,7 @@ install_blade() {
cp -r blade "$1/.blade"

cd ..
rm -rf blade
sudo rm -rf blade

# Now we can move blade back to the home directory.
# mv "$1/.blade" "$1/blade"
Expand Down

0 comments on commit d84fc9a

Please sign in to comment.