+ --no-check-certificate

This commit is contained in:
committer
2024-05-31 13:05:30 -05:00
parent f518cb43c8
commit 089ae33085
3 changed files with 7 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ if [ ${operation} == "update" ] ; then
rm -rf ${trg_file}
rm -rf ${trg_file}.tmp
wget -q ${package_list_url} -O ${trg_file}
wget --no-check-certificate -q ${package_list_url} -O ${trg_file}
if ! [ -s ${trg_file} ] ; then
echo "error: packages.txt is empty"
@@ -130,7 +130,7 @@ if [ ${operation} == "services" ] ; then
rm -rf ${trg_file}
wget -q ${service_list_url} -O ${trg_file}
wget --no-check-certificate -q ${service_list_url} -O ${trg_file}
if ! [ -s ${trg_file} ] ; then
echo "error: services.txt is empty"