Skip to content

Commit

Permalink
testing2
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Nov 13, 2023
1 parent 22b7a5a commit 20ba815
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/custom-packages/sdm845-support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ export function compileSDM845SupportPackages() {
cd ..
# qbootctl (mark boot slot as successful)
git clone https://gitlab.com/sdm845-mainline/qbootctl.git
cd qbootctl
meson build
meson compile -C build
meson install -C build
#git clone https://gitlab.com/sdm845-mainline/qbootctl.git
#cd qbootctl
#meson build
#meson compile -C build
#meson install -C build
EOF`);
}

0 comments on commit 20ba815

Please sign in to comment.