Compare commits
2 Commits
eacadeba2a
...
57a0fddce7
Author | SHA1 | Date | |
---|---|---|---|
|
57a0fddce7 | ||
|
f8044c0a98 |
@ -58,10 +58,15 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
source ./.includes/functions.sh
|
||||||
source ./.includes/ui.sh
|
source ./.includes/ui.sh
|
||||||
answer=$(yesno "Do you have a physical screen attached?")
|
answer=$(yesno "Do you have a physical screen attached?")
|
||||||
if [[ "${answer}" == "yes" ]]; then
|
if [[ "${answer}" == "yes" ]]; then
|
||||||
active_screen
|
active_screen
|
||||||
|
msgbox "Settings for physical screen applied."
|
||||||
|
restart
|
||||||
else
|
else
|
||||||
headless
|
headless
|
||||||
|
msgbox "Headless mode applied."
|
||||||
|
restart
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user