Skip to content

Instantly share code, notes, and snippets.

@minlexx
Created May 30, 2024 14:37
Show Gist options
  • Save minlexx/c2305bda420e675a1a78fa4e631a7ee4 to your computer and use it in GitHub Desktop.
Save minlexx/c2305bda420e675a1a78fa4e631a7ee4 to your computer and use it in GitHub Desktop.
#!/bin/bash
MIRROR_PMOS=http://mirror.postmarketos.org/postmarketos/
MIRROR_ALPINE=http://mirror.yandex.ru/mirrors/alpine/
#MIRROR_ALPINE=http://dl-cdn.alpinelinux.org/alpine/
python3 ~/projects/pmbootstrap/pmbootstrap.py \
--mirror-pmOS=${MIRROR_PMOS} \
--mirror-alpine=${MIRROR_ALPINE} \
"$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment