Skip to content

Commit

Permalink
Update setup.sh (#3054)
Browse files Browse the repository at this point in the history
Enter the current directory before executing setup.sh, otherwise the installer might failed to find rqeuirements.txt
  • Loading branch information
CaledoniaProject authored Jan 26, 2025
1 parent e0f5ae1 commit b157249
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
cd "$(dirname "$0")"

# Function to display help information
display_help() {
Expand Down

0 comments on commit b157249

Please sign in to comment.