Files
onefinity-firmware/scripts/gplan-init-dev-img.sh
2023-02-06 12:16:33 +05:30

11 lines
235 B
Bash

#!/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