amh在Debian 11 x64安装时报错。
--2023-11-16 07:33:36-- https://dl.amh.sh/amh.sh
Resolving dl.amh.sh (dl.amh.sh)... 45.79.70.161
Connecting to dl.amh.sh (dl.amh.sh)|45.79.70.161|:443... connected.
ERROR: The certificate of ‘dl.amh.sh’ is not trusted.
ERROR: The certificate of ‘dl.amh.sh’ has expired.
估计你所在服务器ca根证书/etc/ssl/certs/ca-certificates.crt过期的问题,
可以换http来安装amh,
wget http://dl.amh.sh/amh.sh && bash amh.sh
或是使用update-ca-certificates更新下根证书,再安装。