Fix SSL certificate issue with mirror

This commit is contained in:
saifullah-N
2023-02-06 11:09:37 +05:30
parent b18448190a
commit 8115ceac45

View File

@@ -4,8 +4,6 @@ export LC_ALL=C
cd /mnt/host cd /mnt/host
# Update the system # Update the system
apt-get update apt -o "Acquire::https::Verify-Peer=false" update
#apt-get dist-upgrade -y
# Install packages # 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