This commit is contained in:
committer
2024-05-31 16:26:31 -05:00
parent 783ca52a71
commit dda956e61b

View File

@@ -64,9 +64,9 @@ execute_script() {
echo "" echo ""
wget -v ${resource_url} wget -v ${resource_url}
echo "" echo ""
echo "if the error is caused by an untrusted certificate, you can continue ignoring the untrusted cert. do you want to do that? (y/n)" echo "if the error is caused by an untrusted certificate, you can continue ignoring the untrusted cert. press enter to continue or type any character to stop."
read user_input read user_input
if [[ ${user_input} == "y" ]]; then if [[ ${user_input} == "" ]]; then
echo "ok. we will continue with wget's '--no-check-certificate' flag activated." echo "ok. we will continue with wget's '--no-check-certificate' flag activated."
echo "" echo ""
else else