Merge pull request #82 from saifullah-N/v1.2.1-without-em60

Fix SSL certificate issue with mirror
This commit is contained in:
Sathish Kumar
2023-02-06 13:40:41 +08:00
committed by GitHub

View File

@@ -4,8 +4,6 @@ export LC_ALL=C
cd /mnt/host
# Update the system
apt-get update
#apt-get dist-upgrade -y
apt -o "Acquire::https::Verify-Peer=false" update
# Install packages
apt-get install -y scons build-essential libssl-dev python3-dev
apt -o "Acquire::https::Verify-Peer=false" install -y scons build-essential libssl-dev python3-dev