mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
13 lines
374 B
Shell
Executable file
13 lines
374 B
Shell
Executable file
#!/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
|