Files
onefinity-firmware/scripts/gplan-init-dev-img.sh
2021-02-28 00:58:19 -05:00

12 lines
190 B
Bash
Executable File

#!/bin/bash -e
export LC_ALL=C
cd /mnt/host
# Update the system
apt-get update
#apt-get dist-upgrade -y
# Install packages
apt-get install -y scons build-essential libssl-dev python3-dev