Skip to content

Commit

Permalink
sdm845-support packages cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Nov 21, 2023
1 parent 7177744 commit df3861f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/custom-packages/sdm845-support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export function compileSDM845SupportPackages() {
exec(`sudo arch-chroot ${ROOTFS_DIR} /bin/bash -x <<'EOF'
set -e
cd /tmp
mkdir -mv /tmp/sdm845-support
cd /tmp/sdm845-support/
# Script to configure device wlan and bt mac addresses from /proc/cmdline (set from android bootloader)
git clone https://gitlab.com/postmarketOS/bootmac.git
Expand Down Expand Up @@ -72,5 +73,8 @@ export function compileSDM845SupportPackages() {
#meson compile -C build
#meson install -C build
# clean up
rm -rf /tmp/sdm845-support
EOF`);
}

0 comments on commit df3861f

Please sign in to comment.