1#!/bin/sh 2 3sudo apt-get install -y build-essential debhelper fakeroot 4sudo apt-get install -y devscripts ubuntu-dev-tools 5sudo apt-get install -y flex bison bc 6sudo apt-get install -y rsync openssh-client 7sudo apt-get install -y libssl-dev libelf-dev 8sudo apt-get install -y pahole 9sudo apt-get install -y kmod cpio 10sudo apt-get install -y crossbuild-essential-arm64 11