mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-10-31 16:55:24 +00:00
documentation cleanup
This commit is contained in:
parent
1932852d61
commit
2e46b96a12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user