Project

General

Profile

Bug #44344

Updated by Dan Mick about 4 years ago

<pre> 
 $SUDO dnf config-manager --setopt gpgcheck=0 apt-mirror.front.sepia.ceph.com_lab-extras_8_ --save 
 </pre> 
 doesn't work.    The command needs to be  
 <pre> 
 $SUDO sudo dnf config-manager --setopt apt-mirror.front.sepia.ceph.com_lab-extras_8_.gpgcheck=0 --save 
 </pre>

Back