summaryrefslogtreecommitdiff
path: root/.old/dnfu
diff options
context:
space:
mode:
Diffstat (limited to '.old/dnfu')
-rwxr-xr-x.old/dnfu10
1 files changed, 0 insertions, 10 deletions
diff --git a/.old/dnfu b/.old/dnfu
deleted file mode 100755
index 9f6a9cb..0000000
--- a/.old/dnfu
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-sudo ln -sf /bin/bash /bin/sh
-
-sudo dnf update $@
-
-sudo dnf remove $@ --oldinstallonly --setopt installonly_limit=2 kernel
-
-sudo dnf autoremove $@
-
-sudo ln -sf /bin/dash /bin/sh