diff options
Diffstat (limited to 'misc/dnfu')
-rwxr-xr-x | misc/dnfu | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ #!/bin/sh sudo ln -sf /bin/bash /bin/sh -sudo dnf update +sudo dnf update $@ -sudo dnf remove --oldinstallonly --setopt installonly_limit=2 kernel +sudo dnf remove $@ --oldinstallonly --setopt installonly_limit=2 kernel -sudo dnf autoremove +sudo dnf autoremove $@ sudo ln -sf /bin/dash /bin/sh |