Files
onefinity-firmware/scripts/gplan-init-dev-img.sh
2023-02-06 11:09:37 +05:30

10 lines
234 B
Bash
Executable File

#!/bin/bash -e
export LC_ALL=C
cd /mnt/host
# Update the system
apt -o "Acquire::https::Verify-Peer=false" update
# Install packages
apt -o "Acquire::https::Verify-Peer=false" install -y scons build-essential libssl-dev python3-dev