Skip to content

Commit

Permalink
removed xxhash from env-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
VectorCell committed Oct 29, 2020
1 parent 7cdc575 commit cfa4b80
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions scripts/env-setup
Expand Up @@ -132,14 +132,14 @@ cd ..

# xxHash

if [ ! -d xxHash ]; then
git clone https://github.com/Cyan4973/xxHash
fi
cd xxHash
git pull
make
ln -s ~/Programs/xxHash/xxhsum ~/bin/xxhsum
cd ..
#if [ ! -d xxHash ]; then
# git clone https://github.com/Cyan4973/xxHash
#fi
#cd xxHash
#git pull
#make
#ln -s ~/Programs/xxHash/xxhsum ~/bin/xxhsum
#cd ..


# youtube-dl
Expand Down

0 comments on commit cfa4b80

Please sign in to comment.