add install rootfs expand

This commit is contained in:
Gilles Mouchet 2024-05-21 23:12:28 +02:00
parent 66a0293b3a
commit 9d6c3336d6

View File

@ -69,7 +69,7 @@ function printSubInfo() {
# install rootfs-expand # install rootfs-expand
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
printInfo "Install rootfs-expand package" 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 if [ "$?" -ne "0"]; then printError "Problem to install rootfs-extand package";exit; fi
printSuccess "rootfs-expand package installed successfully" printSuccess "rootfs-expand package installed successfully"