Last active
July 11, 2017 19:05
-
-
Save EmbeddedAndroid/7f2ec9d5af0a55838aebef6bb2e044bd to your computer and use it in GitHub Desktop.
Minideb Multiarch Build Script
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 | |
install_packages debootstrap debian-archive-keyring git devscripts build-essential | |
GIT_SSL_NO_VERIFY=true git clone https://github.com/bitnami/minideb.git | |
cd minideb | |
./mkimage stretch-$ARCH.tar stretch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment