mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 20:20:06 +09:00
parent
58bc23c9c8
commit
060cc692ad
@ -573,7 +573,7 @@ set_memory_split() {
|
|||||||
|
|
||||||
do_overclock() {
|
do_overclock() {
|
||||||
if ! is_pione && ! is_pitwo; then
|
if ! is_pione && ! is_pitwo; then
|
||||||
whiptail --msgbox "This Pi cannot be overclocked." 20 60 2
|
whiptail --msgbox "Only Pi 1 or Pi 2 can be overclocked with this tool." 20 60 2
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
if [ "$INTERACTIVE" = True ]; then
|
if [ "$INTERACTIVE" = True ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user