Skip to content

Commit

Permalink
Use tar to extract toltec-bootstrap instead of opkg (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Feb 28, 2024
1 parent 106745f commit ea47671
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/bootstrap/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ main() {
local pkg_filename="/tmp/$pkg_basename"
wget --no-verbose "$toltec_remote/$pkg_basename" -O "$pkg_filename"

opkg install --add-arch rmall:200 --offline-root / --force-depends \
"$pkg_filename" > /dev/null 2>&1
tar -zxvOf "$pkg_filename" ./data.tar.gz | tar -zxf - -C /
rm "$pkg_filename"

# shellcheck source=../../package/toltec-bootstrap/toltecctl
Expand Down

0 comments on commit ea47671

Please sign in to comment.