Skip to content

Commit

Permalink
Install straight from github
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems authored Feb 6, 2024
1 parent 9f52a91 commit 9092054
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
with:
setup: |
set -ex
wget https://github.com/Eeems-Org/sysfs_preload/releases/download/1.0.0/packages.zip -O /tmp/packages.zip
unzip /tmp/packages.zip -d /tmp
opkg install /tmp/rmall/sysfs_preload_1.0.0-1_rmall.ipk
echo "src/gz local-rmall file:///opt/tmp/src" > /opt/etc/opkg.conf.d/16-local.conf
run: |
set -ex
Expand Down

0 comments on commit 9092054

Please sign in to comment.