Fedora
Comandos específicos da distribuição Fedora (e provavelmente de seus similares)
Atualizar pacote
1 2 | #!/bin/bash yum update [nome-pacote] |
Reiniciar o apache
1 2 | #!/bin/bash
service httpd restart
|
1 2 | #!/bin/bash yum update [nome-pacote] |
1 2 | #!/bin/bash
service httpd restart
|