Update and rename FixAptIssues to FixAptIssues.sh

This commit is contained in:
Josh North 2014-11-10 12:43:04 -05:00
parent 6e5066d356
commit 394de1305f

View File

@ -9,4 +9,5 @@ sed -i 's/invoke-rc.d udev restart/service udev restart/g' /var/lib/dpkg/info/ud
fi fi
echo "All done. You should *probably* reboot your system now since we are messing with important system services." 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