Hello @Kiran_Vedantam , That's the exact error I'm getting, do we need
to configure something in settings.xml or pom file as I ran it with curl
command,curl --trace -f -u ${AEM_USERNAME}:${AEM_PASSWORD}
https://$AEM_LOCATION/crx/packmgr/service.jsp -F
name=${zipnames[$arraycounter]} -F
file=@"${directories[$arraycounter]}/${zipnames[$arraycounter]}" -F
install=true -F force=true it installed packages, but why it is not
running with shell script mvn clean install -s settings.xml -X
-PautoInstallP...