vhqtvn / VHEditor-Android

Run Code-server on Android
Other
976 stars 106 forks source link

SSL error on installing packages like git , wget #296

Open HGRgamer opened 4 months ago

HGRgamer commented 4 months ago

looks like ssl certificate for the site has expired

Current workaround:

apt -o "Acquire::https::Verify-Peer=false" update
apt -o "Acquire::https::Verify-Peer=false" install git

etc