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