Skip to content

Commit

Permalink
Workaround rm2fb on the device
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 25, 2023
1 parent a179092 commit b3fe9b6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,13 @@ jobs:
- uses: Eeems-Org/run-in-remarkable-action@v1
with:
setup: |
set -ex
echo "src/gz local-rmall file:///opt/tmp/src" > /opt/etc/opkg.conf.d/16-local.conf
unit_path=/etc/systemd/system/rm2fb.service.d
mkdir -p "$unit_path"
echo "[Unit]" >> $unit_path"
echo "ExecStart=" >> $unit_path"
echo "ExecStart=/bin/true" >> $unit_path"
run: |
set -ex
echo Y | toltecctl generate-opkg-conf
opkg update
opkg install my-app
Expand Down

0 comments on commit b3fe9b6

Please sign in to comment.