pmbootstrap: use pmbootstrap fork
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
3eef07431d
commit
3c1371c0e8
3 changed files with 25 additions and 12 deletions
11
pmb/setup
11
pmb/setup
|
@ -1,13 +1,4 @@
|
|||
#!/bin/sh
|
||||
/setup-runner
|
||||
apk add python3 losetup cmd:kpartx openssl
|
||||
git clone https://git.nekocwd.duckdns.org/Mirror/pmbootstrap /data/pmbootstrap || true
|
||||
git clone https://git.nekocwd.duckdns.org/Mirror/pmaports /data/pmaports || true
|
||||
git clone https://git.nekocwd.duckdns.org/Mirror/aports /data/aports || true
|
||||
git -C /data/pmaports remote add postmarketos https://gitlab.postmarketos.org/postmarketOS/pmaports.git || true
|
||||
git -C /data/pmaports fetch postmarketos --depth=1 -f || true
|
||||
yes '' | pmbootstrap init
|
||||
pmbootstrap config mirrors.alpine https://mirror.nekocwd.duckdns.org/alpine/
|
||||
pmbootstrap config mirrors.pmaports https://mirror.nekocwd.duckdns.org/postmarketos/
|
||||
pmbootstrap config mirrors.systemd https://mirror.nekocwd.duckdns.org/postmarketos/extra-repos/systemd/
|
||||
/update-pmb
|
||||
/run-runner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue