From 394de1305f8381359656947c16ab31c2aae486e8 Mon Sep 17 00:00:00 2001 From: Josh North Date: Mon, 10 Nov 2014 12:43:04 -0500 Subject: [PATCH] Update and rename FixAptIssues to FixAptIssues.sh --- FixAptIssues => FixAptIssues.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename FixAptIssues => FixAptIssues.sh (91%) diff --git a/FixAptIssues b/FixAptIssues.sh similarity index 91% rename from FixAptIssues rename to FixAptIssues.sh index 1bd4953..a1a838a 100644 --- a/FixAptIssues +++ b/FixAptIssues.sh @@ -9,4 +9,5 @@ sed -i 's/invoke-rc.d udev restart/service udev restart/g' /var/lib/dpkg/info/ud fi echo "All done. You should *probably* reboot your system now since we are messing with important system services." -exit +read -p "Press any key to reboot or ctrl-C to exit" +reboot