Skip to content

Commit

Permalink
fixed path for invoking from outside project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerem Cem ASLAN committed Mar 8, 2021
1 parent a53d06b commit f09b1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ safe_source () { [[ ! -z ${1:-} ]] && source $1; _dir="$(cd "$(dirname "${BASH_S
# end of bash boilerplate

# install required dependencies
cat packages.txt \
cat $_sdir/packages.txt \
| grep -v "^#" \
| sudo xargs apt-get install -y

Expand Down

0 comments on commit f09b1fb

Please sign in to comment.