Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Commit

Permalink
rm cached directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ithinker1991 committed Apr 13, 2018
1 parent 84e3f19 commit d536dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-protobuf.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh
set -e
# check to see if protobuf folder is empty
rm -rf $HOME/protobuf/lib
if [ ! -d "$HOME/protobuf/lib" ]; then
wget https://github.com/google/protobuf/releases/download/v3.5.1/protobuf-all-3.5.1.tar.gz
tar -xzvf protobuf-all-3.5.1.tar.gz
Expand Down

0 comments on commit d536dda

Please sign in to comment.