Skip to content

Commit

Permalink
add php dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Aug 16, 2018
1 parent 8cdb342 commit 057fc02
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions utils/make_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fpm --input-type dir \
--license "MIT" \
--url "https://github.com/TurtleRover/tcs" \
--version "0.12.2" \
--iteration 6 \
--iteration 7 \
--architecture all \
--deb-no-default-config-files \
--exclude node_modules \
Expand All @@ -20,7 +20,9 @@ fpm --input-type dir \
--verbose \
--depends "python3 (>= 3.5.3-1)" \
--depends "apache2" \
--depends "wiringpi" \
--depends "wiringpi" \
--depends "libapache2-mod-php" \
--depends "php" \
--prefix /opt/turtlerover/tcs \
--description "Turtle Rover Control Software" \
--after-install utils/after-install.sh \
Expand Down

0 comments on commit 057fc02

Please sign in to comment.