mirror of
https://github.com/morrownr/8821cu-20210916.git
synced 2024-11-08 04:07:38 +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
|
# information that helps with bug reports
|
||||||
|
|
||||||
# display architecture
|
# display architecture
|
||||||
echo ": ${KARCH} (ARCH)"
|
echo ": ${KARCH} (architecture"
|
||||||
|
|
||||||
# display kernel version
|
# display kernel version
|
||||||
echo ": ${KVER}"
|
echo ": ${KVER} (kernel version)"
|
||||||
|
|
||||||
echo ": ---------------------------"
|
echo ": ---------------------------"
|
||||||
|
|
||||||
@ -134,7 +134,6 @@ echo "You may now delete the driver directory if desired."
|
|||||||
if [ $NO_PROMPT -ne 1 ]; then
|
if [ $NO_PROMPT -ne 1 ]; then
|
||||||
printf "Do you want to apply the new options by rebooting now? (recommended) [y/N] "
|
printf "Do you want to apply the new options by rebooting now? (recommended) [y/N] "
|
||||||
read -r REPLY
|
read -r REPLY
|
||||||
echo
|
|
||||||
case "$REPLY" in
|
case "$REPLY" in
|
||||||
[yY]*) reboot ;;
|
[yY]*) reboot ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user