Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
unconst authored Jun 6, 2023
1 parent f7de5ed commit 0b84cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ linux_update_pip() {
}

linux_install_bittensor() {
ohai "Cloning bittensor@text_prompting into ~/.bittensor/bittensor"
ohai "Cloning bittensor@master into ~/.bittensor/bittensor"
mkdir -p ~/.bittensor/bittensor
git clone https://github.com/opentensor/bittensor.git ~/.bittensor/bittensor/ 2> /dev/null || (cd ~/.bittensor/bittensor/ ; git fetch origin master ; git checkout master ; git pull --ff-only ; git reset --hard ; git clean -xdf)
ohai "Installing bittensor"
Expand Down

0 comments on commit 0b84cca

Please sign in to comment.