This commit is contained in:
Sven Heidemann 2021-11-24 09:43:49 +01:00
parent 86f6dc9b68
commit 648017c9f3

View File

@ -2,5 +2,5 @@
update() { update() {
echo 'Starting upgrade:' echo 'Starting upgrade:'
sudo dnf upgrade sudo dnf upgrade -y
} }