Compare commits
No commits in common. "57a0fddce78cc6c2e82ca2a5aeb6c00592293fa9" and "eacadeba2a27c81f1812b4e49a77317eb89af076" have entirely different histories.
57a0fddce7
...
eacadeba2a
@ -58,15 +58,10 @@ 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