Skip to content

Commit

Permalink
Setup.sh updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kailashahirwar committed Feb 11, 2022
1 parent 4308c6b commit 39a5889
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
ravsock
ravpy
ravjs
ravop
ravftp
4 changes: 3 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
rm -rf ravsock
rm -rf ravpy
rm -rf ravftp
rm -rf ravjs
rm -rf ravop

rm -rf repos
mkdir repos
Expand Down Expand Up @@ -28,7 +30,7 @@ rm -rf ravpy

git clone https://github.com/ravenprotocol/ravftp.git
pip install -r ravftp/requirements.txt
cp -R ravftp/ravftp ../
cp -R ravftp ../
rm -rf ravftp


Expand Down

0 comments on commit 39a5889

Please sign in to comment.