universal7885: host_tools: Introduce a tool to update fp

This commit is contained in:
roynatech2544 2022-09-22 18:11:50 +09:00
commit 2fd6a2cb26
4 changed files with 209 additions and 0 deletions

View file

@ -0,0 +1,13 @@
#!/bin/bash
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
sudo apt update
sudo apt install -y libcurl4-openssl-dev clang
cd universal7885-common/host-tools/
clang++ BuildFpUpdater.cc -o updater -lcurl
./updater
git add ..
git commit -m "universal7885: Update fp [`date`]"
git push