mirror of
https://github.com/vinceliuice/grub2-themes.git
synced 2024-11-16 19:15:38 +01:00
commit
c8104a37e9
@ -126,7 +126,8 @@ install() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Success message
|
# Success message
|
||||||
prompt -s "\n All done!"
|
prompt -s "\n All done!"
|
||||||
|
prompt -w "* At the next restart of your computer you can admire your new Grub theme named << $theme >> "
|
||||||
|
|
||||||
else
|
else
|
||||||
# Error message
|
# Error message
|
||||||
@ -165,7 +166,7 @@ run_dialog() {
|
|||||||
|
|
||||||
install_dialog() {
|
install_dialog() {
|
||||||
if [ ! "$(which dialog 2> /dev/null)" ]; then
|
if [ ! "$(which dialog 2> /dev/null)" ]; then
|
||||||
prompt -i "\n 'dialog' needs to be installed for this shell "
|
prompt -i "\n 'dialog' needs to be installed for this shell"
|
||||||
if has_command zypper; then
|
if has_command zypper; then
|
||||||
|
|
||||||
sudo zypper in dialog
|
sudo zypper in dialog
|
||||||
@ -197,13 +198,12 @@ if [[ $# -lt 1 ]] && [[ $UID -ne $ROOT_UID ]]; then
|
|||||||
# persisted execution of the script as root
|
# persisted execution of the script as root
|
||||||
read -p "[ trusted ] specify the root password : " -t${MAX_DELAY} -s
|
read -p "[ trusted ] specify the root password : " -t${MAX_DELAY} -s
|
||||||
[[ -n "$REPLY" ]]&& {
|
[[ -n "$REPLY" ]]&& {
|
||||||
sudo -S <<< $REPLY $0
|
exec sudo -S <<< $REPLY $0
|
||||||
}|| {
|
}|| {
|
||||||
prompt "\n Operation canceled Bye"
|
prompt "\n Operation canceled Bye"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
run_dialog
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
while [[ $# -ge 1 ]]; do
|
while [[ $# -ge 1 ]]; do
|
||||||
|
Loading…
Reference in New Issue
Block a user