Files
onefinity-firmware/scripts/gplan-init-dev-img.sh
2023-02-07 07:16:43 +08:00

11 lines
235 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