Skip to content

Commit

Permalink
Fix install script
Browse files Browse the repository at this point in the history
Was invoking build in wrong directory.
  • Loading branch information
red2342 committed Jan 30, 2025
1 parent f9cdfb0 commit e721cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/bash-installer/build-install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# Go back to main directory
cd ..
cd ../..

# Create obj/ folder it not exist
mkdir -p obj
Expand Down

0 comments on commit e721cd0

Please sign in to comment.