2019-03-19 17:59:38 +00:00
|
|
|
# Use this format to build the SDcard with the Raspiblitz script:
|
|
|
|
# wget https://raw.githubusercontent.com/[GITHUB-USERNAME]/raspiblitz/[BRANCH]/build_sdcard.sh && sudo bash build_sdcard.sh [BRANCH] [GITHUB-USERNAME]`
|
|
|
|
# If you are working from a forked repo be aware of that the fork needs to be called `raspiblitz` for the git downloads to work.
|
|
|
|
|
|
|
|
# Uncomment the line with the branch you want to build the SDcard from:
|
|
|
|
|
2020-09-08 21:19:38 +02:00
|
|
|
# @rootzoll v1.6 release branch:
|
|
|
|
wget https://raw.githubusercontent.com/rootzoll/raspiblitz/v1.6/build_sdcard.sh && sudo bash build_sdcard.sh
|
2019-03-19 17:59:38 +00:00
|
|
|
|
|
|
|
# @rootzoll dev branch:
|
2019-05-12 09:35:50 +01:00
|
|
|
# wget https://raw.githubusercontent.com/rootzoll/raspiblitz/dev/build_sdcard.sh && sudo bash build_sdcard.sh dev
|
2019-03-19 17:59:38 +00:00
|
|
|
|
|
|
|
# @openoms DietPi branch:
|
2019-03-20 15:32:59 +00:00
|
|
|
# wget https://raw.githubusercontent.com/openoms/raspiblitz/DietPi/build_sdcard.sh && sudo bash build_sdcard.sh DietPi openoms
|