Skip to content

Commit

Permalink
Update setup.sh
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 20, 2025
1 parent e5e8be0 commit 8527cba
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 8527cba

Please sign in to comment.