make yes the default option for apply
This commit is contained in:
parent
dde49a43c8
commit
8c11b69f6d
1 changed files with 4 additions and 4 deletions
|
@ -119,14 +119,14 @@ initramfs and then attempt adding new kernel arguments to your bootloader."
|
|||
read -p "Do you want to proceed with the installation of the files? (no=quit) [Y/n]: " YESNO
|
||||
|
||||
case "${YESNO}" in
|
||||
[Yy]*)
|
||||
[Nn]*)
|
||||
exit 1
|
||||
;;
|
||||
*)
|
||||
make_BACKUP
|
||||
copy_FILES
|
||||
exec "$SCRIPTDIR/lib/set_CMDLINE.sh"
|
||||
;;
|
||||
*)
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue