add install rootfs expand
This commit is contained in:
parent
66a0293b3a
commit
9d6c3336d6
@ -69,7 +69,7 @@ function printSubInfo() {
|
||||
# install rootfs-expand
|
||||
#-----------------------------------------------------------------------------
|
||||
printInfo "Install rootfs-expand package"
|
||||
dnf install rocky-release-rpi-9.0-5.el9.noarch -y
|
||||
dnf -q install rocky-release-rpi-9.0-5.el9.noarch -y
|
||||
if [ "$?" -ne "0"]; then printError "Problem to install rootfs-extand package";exit; fi
|
||||
printSuccess "rootfs-expand package installed successfully"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user