Skip to content

Commit

Permalink
Merge pull request #47 from hdumcke/add_buid_date
Browse files Browse the repository at this point in the history
add build date to mini-pupper-release file
  • Loading branch information
mangdangroboticsclub committed Jul 21, 2023
2 parents 2e3a96d + b1aedac commit 3337c31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -e
BASEDIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

### Write release file
echo BUILD_DATE=\"$(date)\" > ~/mini-pupper-release
echo HARDWARE=\"$(python3 $BASEDIR/Python_Module/MangDang/mini_pupper/capabilities.py)\" > ~/mini-pupper-release
echo MACHINE=\"$(uname -m)\" >> ~/mini-pupper-release
if [ -f /boot/firmware/user-data ]
Expand Down

0 comments on commit 3337c31

Please sign in to comment.