diff --git a/scripts/gplan-init-dev-img.sh b/scripts/gplan-init-dev-img.sh old mode 100755 new mode 100644 index e9ca447..090663f --- a/scripts/gplan-init-dev-img.sh +++ b/scripts/gplan-init-dev-img.sh @@ -3,6 +3,8 @@ 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