diff --git a/othersoft/install.sh b/othersoft/install.sh index d205631..7d392bc 100644 --- a/othersoft/install.sh +++ b/othersoft/install.sh @@ -10,6 +10,9 @@ echo beging build shuttercali cd ../ mkdir shuttercali cd shuttercali -cmake ../../shuttercali +cmake ../../shuttercali/project/LocationCali make -j4 cp ./shuttercali /home/pi/bin +cd ../../ +cp -r ./html/* /var/www/html +chmod +x /var/www/html/php/*.sh