1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-09-07 07:45:06 +00:00

documentation cleanup

This commit is contained in:
morrownr 2023-01-27 15:45:56 -06:00
parent 1932852d61
commit 2e46b96a12

View File

@ -67,10 +67,10 @@ echo ": ${SCRIPT_NAME} v${SCRIPT_VERSION}"
# information that helps with bug reports
# display architecture
echo ": ${KARCH} (ARCH)"
echo ": ${KARCH} (architecture"
# display kernel version
echo ": ${KVER}"
echo ": ${KVER} (kernel version)"
echo ": ---------------------------"
@ -134,7 +134,6 @@ echo "You may now delete the driver directory if desired."
if [ $NO_PROMPT -ne 1 ]; then
printf "Do you want to apply the new options by rebooting now? (recommended) [y/N] "
read -r REPLY
echo
case "$REPLY" in
[yY]*) reboot ;;
esac