update packages just in case the cache is old
This commit is contained in:
parent
14b500afb3
commit
edac37608b
@ -48,6 +48,10 @@ if dnf list installed | grep "kernel-next-tfg\|kernel-rc-tfg" > /dev/null; then
|
||||
fi
|
||||
fi
|
||||
|
||||
# upgrade all packages for the user's happy smile
|
||||
dnf clean expire-cache
|
||||
dnf upgrade -y
|
||||
|
||||
# Remove the temporary 'resolv.conf' file
|
||||
rm -v -f /etc/resolv.conf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user