Skip to content

Commit

Permalink
Provide backward compatibility for setup component (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernAtBosch authored Sep 19, 2024
1 parent b86861a commit 0a8627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/src/cpp/common/scripts/setup-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ fi
echo "#######################################################"
echo "### Install Dependencies ###"
echo "#######################################################"
velocitas exec build-system install 2>&1 | tee -a $HOME/install_dependencies.log
./install_dependencies.sh 2>&1 | tee -a $HOME/install_dependencies.log

0 comments on commit 0a8627f

Please sign in to comment.