Recent content by SandeepJ

  1. S

    Can't upgrade Plesk 8.6.0

    Hi there, Another trick to is to set gpgcheck=0 in all the repo files at /etc/yum.repos.d/ Use sed if you've too many changes to make: cd /etc/yum.repos.d/ sed -i 's/gpgcheck=1/gpgcheck=0/g' * My autoinstaller ran fine after that. Best of luck.
Back
Top