Skip to content

Commit 985af69

Browse files
committed
Fix run script to cd into langdrive dir
1 parent 032aef7 commit 985af69

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎src/train/run.sh‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ echo "LangDrive - Finished system update"
1313
echo "LangDrive - Installing git"
1414
sudo apt-get install git
1515

16+
# Cloning LangDrive repo
17+
echo "LangDrive - Cloning repo"
18+
git clone https://github.com/addy-ai/langdrive.git
19+
20+
# Changing into LangDrive directory
21+
echo "LangDrive - Changing into LangDrive directory"
22+
cd langdrive
23+
1624
# Install python
1725
echo "LangDrive - Installing Python3"
1826
sudo apt-get install python3

0 commit comments

Comments
 (0)