Skip to content

Commit

Permalink
updating
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubberazer committed Jul 19, 2024
1 parent 7f57430 commit 1bf51d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ step4:
install -m 0644 jetgpio.h /usr/include
ldconfig
ldconfig -p | grep libjetgpio.so
@if (( $(MODEL) == orin || $(MODEL) == orinagx )); then\
@if [ $(MODEL) = "orin" ] || [ $(MODEL) = "orinagx" ]; then\
cp ./scripts/pwm_enabler.sh /etc/systemd/system;\
cp ./scripts/pwm_enable.service /etc/systemd/system;\
chmod +x /etc/systemd/system/pwm_enabler.sh;\
Expand Down

0 comments on commit 1bf51d3

Please sign in to comment.