Skip to content

Commit

Permalink
Remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesYang007 committed Apr 28, 2020
1 parent 04b27b8 commit 3c22ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ fi
cd /tmp
git clone --recurse-submodules https://github.com/JamesYang007/FastAD.git FastAD
cd FastAD
sudo ./setup.sh
sudo ./install.sh
./setup.sh
./install.sh
cd $projectdir

0 comments on commit 3c22ade

Please sign in to comment.