Changes

From SME Server
Jump to navigationJump to search
17 bytes added ,  00:07, 24 February 2015
Line 20: Line 20:  
  epel-5-x86_64            epel-5-i386
 
  epel-5-x86_64            epel-5-i386
   −
  #!/bin/bash
+
  <nowiki>#!/bin/bash
 
     # who i'm
 
     # who i'm
 
     ME=$(whoami)
 
     ME=$(whoami)
Line 51: Line 51:  
     echo ""
 
     echo ""
 
     echo "3.Sign your rpms"
 
     echo "3.Sign your rpms"
     rpm --resign /home/$ME/exchange/$2/*.rpm 2>&1 > /dev/null
+
     rpm --resign /home/$ME/exchange/$2/*.rpm 2>&1 > /dev/null</nowiki>
 
                                                                  
 
                                                                  
 
A the end I use rpm to sign my rpm, if you don't need it you can remove it.
 
A the end I use rpm to sign my rpm, if you don't need it you can remove it.

Navigation menu