Created
April 5, 2017 21:08
-
-
Save EmbeddedAndroid/eeacd225ff44276a9f298889c78d63e4 to your computer and use it in GitHub Desktop.
minideb build script for arm64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd /root | |
apt-get update | |
apt-get install -y debootstrap debian-archive-keyring git devscripts build-essential | |
git clone https://github.com/bitnami/minideb.git | |
cd minideb | |
./mkimage stretch-arm64.tar stretch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment