mirror of
https://github.com/outbackdingo/ack-image-builder.git
synced 2026-01-27 10:18:13 +00:00
11 lines
122 B
Bash
11 lines
122 B
Bash
#!/bin/bash
|
|
|
|
rpm -q kernel
|
|
|
|
yum install -y yum-utils
|
|
|
|
package-cleanup --oldkernels --count=1 -y
|
|
|
|
yum -y remove yum-utils
|
|
|